05:28
<heycam>
anyone else having trouble pushing to dvcs.w3.org? I get "HTP Error 500: No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/www-data']"
05:28
<heycam>
MikeSmith ^
05:39
<heycam>
(I've mailed sysreq)
10:19
<Velmont>
matjas: Ah, yes, the big confusion. I use odinho at work, and Velmont from home. :P
10:45
<hoolter1>
is there a simple way to take an image dropped onto the page from the filesystem by html5 dnd and then just load it into an image tag?
11:51
<MikeSmith>
heycam|away: sorry was offline all day. Will take a look now
15:08
<Velmont>
hoolter: Well, DND api is not simple. It was not designed, it was built on top of IE's DND...
15:08
<Velmont>
hoolter: So not a "simple" way, but there is a very obvious way when just using the API.
15:11
<hoolter>
Velmont: i figured it out from remy's demo. thanks though. and did not know that - interesting.
15:19
<hoolter>
is <figure> block or inline?
22:34
<heycam>
MikeSmith, thanks. I just tried again now and it seems to be pushing fine.
22:34
<heycam>
MikeSmith, also no apologies needed for being offline all day on the weekend. :)
22:43
<bencc>
is it reasonable for a websocket client and server to remember the last message and resend it on reconnect?
22:44
<bencc>
or are websockets reliable enough that in case of failure something really bad happened and I need to recreate everything
22:47
<roc_>
the latter
22:48
<bencc>
roc: I did some testing. jsonp and xhr-polling fails sometimes and even RTMP flash connection
22:48
<bencc>
but Websocket doesn't
22:48
<bencc>
how come?
22:49
<roc>
I don't know
22:49
<bencc>
thanks