Michael Turkeev

Results 35 comments of Michael Turkeev

You can create three instances of plugin, yes. It will produce three different spritesheets, depeding on how you configure each instance, but it will also produce three APIs. If you...

I have no control over static-eval version. It is burried in transitive dependencies. All I can do is update spritesmith, but it is already at most recent version. Action must...

Initially files generated by plugin were meant to be used as sources, not as final assets. With that in mind your original issue could be solved by using file-loader as...

There is also this crazyness https://unix.stackexchange.com/a/364344

https://github.com/vlm/zip-fix-filename-encoding/blob/master/src/runzip.c this might help a little bit. They are trying to guess an encoding by character frequencies there. Also there are some test files that might be useful https://github.com/Stuk/jszip/tree/master/test/ref In...

I think it is tempting to archivers authors to use one-byte encodings to save a few more bytes. So the problem is not going away any time soon. But yeah....

One other use case for that would be a error logging service like Sentry etc. One might be unable to programmatically react to that in a meaningful way, but at...

I think you'll never enter section inside your `if` then.

Ow. Sorry, you are right of course. But the point is to not do it manually and hide this logic inside react-draggable. Also this is a special case of minimum...

@ibc you can call stopPropagation for mousedown on your input.