Steve Lloyd

Results 3 issues of Steve Lloyd

When there is no 'error' event listener, wildcard event listeners do not observe 'error' events and the process is killed, e.g. ``` js var EventEmitter2 = require('eventemitter2').EventEmitter2; var emitter =...

Pull Request Welcome

invoke has nice syntax for controlling the flow of individual anonymous functions, but it lacks semantics for operating on arrays of functions. I'm currently thinking of an API that looks...

I'd prefer to not require psql in the environments that I run migrations from, as some environments (e.g. Heroku dynos) don't allow arbitrary installation of command line dependencies. Would you...