Max Korp
Max Korp
Also, I'm not 100% sure that I love that we pull the "running current script" code from watch into current. Perhaps that belongs in current, and watch pulls it in...
nodegit-promise is _not_ unnecessary. it has custom promise implementation that allows us to synchronously poll it's state in C++, which is not available with the built in promise implementation. Object...
Yes plz. Working on an atom-shell app, so I like to manage all my deps with NPM, as atom-shell lets us just require modules from node_modules just as if it...
As a note, it appears @kbjr has already done this (https://github.com/UmbraEngineering/keypress-npm) but it would still be nice to have this straight from the source.
Only `Tuple5.apply` for whatever reason is still inside the individual arity files, but `Tuple.apply2`...`Tuple.apply5` already exist in `Tuple.re`, as aliases to `Function.uncurry2`...`Function.uncurry5`
Apparently I super broke something while trying to strip out the autoformat changes, gonna hit this back up shortly
I use bs-express pretty extensively and would be happy to help out.
This would be necessary (as well as with appveyor for windows) for #33, and I'd be happy to help :+1:
saying we build on the CI servers normally (just like we would for testing), and then we can publish them using node-pre-gyp (and tie node-pre-gyp into the install lifecycle). Separately,...
Glad to hear it! I'll try to get this up and running asap.