Sven Neumann
Sven Neumann
Does anybody know how I can change the "build" key for release and debug builds on package.json? I could not find the docs for this...
How does closure compiler compare?
My pull request regarding supporting async hooks is very generic though. I hope you'll take a look. If that pull gets accepted I would also add some more hooks. For...
Hmm, a recent update broke this for me. Most of my regular scripts don't work anymore with this error. I have a lot of tasks like this: cmd.exe -cur_console:p1:d:"C:\gitroot\ctcapp":t:"sync-api":n /k...
Same problem. Also, the lines don't seem to have a stroke and therefore won't show. It should be easy to fix by someone familiar with the project. This hack in...
Since I recently implemented code that records 100s of frames of SVG images to generate a GIF animation from, I double checked what I was using to urlify the SVG...
> Modern Browsers do not require _escaped_ **** in DataURIs It's for all the other characters that need to be escaped. A custom encoder can make the result more compact,...