Andrew Houghton

Results 6 comments of Andrew Houghton

Blast from the past. Forgot this was filed, but it's still an issue. ``` ~/tmp $ cat ./test.js var assert = require('assert'); it("A", function(done) { this.timeout(1000); setTimeout(function() { assert(false); done();...

.. which is fine, I just don't want it closed by a bot.

If it's not clear, I'm not asking for people to focus on this issue -- this is a hard problem (as in "possibly unsolveable at the moment," not "difficult"). I'm...

I needed a 'notice' level between info and warn; this is what I came up with: https://github.com/trentm/node-bunyan/pull/300

Jumping in. We're seeing this in production on relatively-highly-loaded boxes, a few times a day. We're using zmq 2.6.11, since it's what's stable in ubuntu LTS -- anyone know if...