Conrad Pankoff
Conrad Pankoff
I ran into an interesting bug today while I was writing some tests for a `hover` handler. The relevant code is [here](https://github.com/gaearon/dnd-core/blob/fecca30238b35ebb8a5a1636e5caa4e03a583cb7/src/actions/dragDrop.js#L125-L136). During a drag operation, for any drop target...
Your README.md mentions that the license file is "gibberish", but this is not the case. It's written in a strange, exotic language from a land far away (it's Japanese). The...
Hello!
This is a mail that I sent to a bunch of cool people, now in github form for easy following! ``` Hello! You’re probably wondering why I gathered you here...
Implement... ``` js parser.tap(function(done) { doSomethingAsync(function(err) { return done(err); }); }); ``` ...with all of the expected semantics.