Sam Roberts
Sam Roberts
The hope that nodejs would be doing a better job of maintaining npm then npm, inc seems forlorn to me. They have a (small) but full-time team devoted to its...
I've had trouble getting clang-format installed when we used it once before for formatting checking. IIRC, it also had continuously changing formats, so you needed the exact correct version installed....
I would expect code used outside of node (zlib, OpenSSL, v8's JSON parser) to be fairly robust. I suspect the inspector protocol's ws socket might be vulnerable to fuzzing because...
> it is mostly designed to test anything that takes a file as an input, so I'm clear on how we can partially test parts of the http_parser Did you...
I think #446 is a better approach. The tool being added here may be a nice thing for projects that are not part of `github.com/nodejs/*`, but I don't think we...
@richardlau eslint version? We can raise as a bug: https://github.com/eslint/eslint/blob/master/package.json#L120
On https://github.com/strongloop/strong-deploy ``` sn/strong-deploy (master u=) % dep i Resolving dependencies Installing dependencies Installed 808 packages in 46.812s ``` This says it took 46 seconds, but I think it took...
``` sn/strong-deploy (master u=) % time dep i Resolving dependencies ^C dep i 6.38s user 0.69s system 1% cpu 5:56.61 total ``` Seems to happen each time.
If you have suggestions on diagnostics I can run, I would happily do it.
Sorry, predates me. Seems less than ideal, like something that should be setup once, and left alone. setting buffer size might be system dependent, maybe an api wrapper is needed...