Nicolás Bevacqua

Results 68 comments of Nicolás Bevacqua

Sounds great to me

Was this fixed by your pull request?

_(this is a minor bug since you'd rarely want to actually stop the service)_

It won't work. Browserify considers the `browser` field on a package per package basis, not globally.

I can't reproduce this issue. Please provide precise repro steps

This is just because the demo is wired up without a server, and thus XHR [isn't really happening](https://github.com/bevacqua/woofmark/blob/master/example/example.js#L37-L46) in the demo. You should have a backend endpoint that handles image...

That'd work. Would you be interested in contributing that?

Weird. These are used to persist the selection across input modes, but shouldn't stay in the editor. Can you invetigate this issue yourself? Relevant code is here: https://github.com/bevacqua/woofmark/blob/master/src/rememberSelection.js#L24