Jeremiah Senkpiel

Results 518 comments of Jeremiah Senkpiel

I do not plan to do more here, all of my http related open-source efforts are now on [Tide/Surf](https://github.com/http-rs) (i.e. no longer in javascript). Also it should be noted that...

Ok I added some tests but the test suit doesn't pass for me in the first place. (`https://local.ldsconnect.org:` has issues on macOS? Changing that to `localhost` fails because of the...

Ideally there would be a `.statusCode` attached to the error which would be `408`. Or really, any property so that this is not necessary: ```js typeof err.message === 'string' &&...

+1 @bmeck; it may be prudent to be at least somewhat selective with great discussion on this.

@rauchg Does the `-r` flag solve this?

See related io.js PRs: https://github.com/nodejs/io.js/pull/1865, https://github.com/nodejs/io.js/pull/1762, https://github.com/nodejs/io.js/pull/1750

> Existence of modules like fs-plus or fs-extra seems to be an indicator that current fs module (...) I think in general, the error (handling) system for fs and similar...

Is `nosnapshot` for v8 snapshots? We now want those enabled here, security issues have been fixed.

@misterdjules We've re-enabled snapshots in io.js by recommendation from the v8 team since existing insecurities had been resolved.