Sebastian Mayr
Sebastian Mayr
> I would like to ensure that the encoding that I specify is correct. I've been thinking about this. When you serialise the doc, you just get back a JS...
We only have very limited support for SVG, so this is somewhat expected.
> It would be great if there was a way to back-patch this? That functionality doesn't even exist in latest yet and we generally don't back-port. > Is there a...
I don't know if Github sends notifications when a commit gets added so I'll just put this here as a reminder :-p I thought about patching more events/hooks into contextmenu...
There you go :)
Okay I have a few changes for the action event/dynamic generation ready as soon as you pull this one.
This example hasn't been updated for a long time. I think racer has had a few API changes which most likely broke it, but I just made this as an...
The biggest (only?) problem I see is that if someone uses the same keys as the ExtJSON schema but wants them to be literal objects, that'd break. But they're all...
I'd actually have voted for `startsImmediately = true` when I originally read the issue, however this makes it somewhat more difficult to put pipelines together and I'm leaning towards the...
I couldn't find any exact specification in the [W3C definition](http://www.w3.org/TR/file-system-api/#widl-DirectoryEntry-getDirectory-void-DOMString-path-Flags-options-EntryCallback-successCallback-ErrorCallback-errorCallback). It says `Otherwise, if no other error occurs, getDirectory must return a DirectoryEntrySync corresponding to path.` though, not sure if...