Gaston Sanchez
Gaston Sanchez
Looks like `local.on('error', next)` is unneeded and actually changes the behavior of Express.
I just tested this locally so I make sure I can repro the problem. The issue here is that when an error is thrown in a route handler either synchronously...
@kamilogorek let me explain a little bit more. In the case or synchronous error, the behavior doesn't change but there is also no reason why `requestHandler` should intercept the error...
I just had that error and it turned out to be that the lib actually couldn't find the file. That's because I run my tests in a docker container and...
This would be so nice! currently we need to depend on bookshelf updating our timestamps right?
Amazing talk. Must watch.
This has not been added yet?
It is present https://github.com/bennojoy/mysql/blob/master/vars/Debian.yml
Or is it that `python-mysqld` is different than `python-mysqldb`?
Just to make it clear for future reference: 1. Install browserify-shim (npm install --save-dev browserify-shim) 2. Put all config in package.json. See [browserify-shim's README](https://github.com/thlorenz/browserify-shim) for examples. 3. Register the transform...