ShimShamSam
ShimShamSam
On the standalone demo page I can only drag the handles of the crop selection box. I should be able to click the center of the selection and drag the...
In the current code: ```JavaScript server.service(keys[i]).removeListener(ekeys[k], service[ekeys[k]].bind(this)) ``` The bind(this) will create a new function. removeListener expects a reference to an already bound function. You'll have to store references to...
I'm using Windows and node-zopfli currently throws an error when trying to download the prebuilt binaries. This has been fixed in v2.0 as noted [here](https://github.com/pierreinglebert/node-zopfli/issues/76).
It would be nice to have the option to inline as a so we can put them into a tag for external referencing.
``` var foo = a ? b : c; var foobar = asd ? 123 : 456 ``` Becomes ``` var foo = a ? b : c; var foobar...
The project is currently listed as being written in C. I have a feeling this is filtering it out of a lot of search results when people are looking for...