Michael Cooper
Michael Cooper
Tab groups are slated to be removed in a future version of Firefox in [bug 1221050](https://bugzilla.mozilla.org/show_bug.cgi?id=1221050). Given that, it might not be the best investment of time to add support...
I think this will end up looking something like this: The client recognize when a disconnect/reconnect happened in some way, and upon reconnecting simply start blank, either by refreshing, or...
Is pressing F11 too hard?
I ran the tests on the main Stackato instance. `node --version` says 0.8.14. The tests fail in the exact same way as on Travis. All of the tests involving calling...
I don't believe that the noodle error in the last comment is related. I think this was because the hubot plugin was sending strings intended for the reset command (like...
Yes, it was.
I think that the fix in dffad68 didn't actually fix the issue, as Travis still has problems with node0.8.
I see this issue when trying to register a new github repo with Homu (among other places)
With the second, I think it's clear that the value from the URL is only an initial value. For the first I would expect the URL would be kept up...
Metadata support would be nice. However, some of this information is already available: In the below code, `fa = await FileAttachment("file.png")` - Size: `(await fa.blob()).size` - Type: `fa.mimeType` - EXIF...