James M Snell

Results 138 issues of James M Snell

A previous change during a security fix added the ability to set a `lenient_http_headers` flag on the HTTP Parser instance. The way it was done was a bit of a...

semver-major

One feature that would be exceedingly helpful for clinic would be the ability to run it against a node process running within a container. Not yet entirely sure how that...

enhancement

Running Clinic on Docker on Mac causes a few issues because of the layered file system. The trace events file fails to be renamed with a system error from docker....

enhancement

Clinic flame running against N|Solid on Docker on Mac is not capturing stack information to generate the graph. The files are generating but there's zero information to fill in the...

enhancement

@nodejs/node-chakracore ... What is the current status of this project? We've previously made accommodations in nodejs/node master to help here (e.g. AliasedBuffer) that aren't really needed elsewhere so it would...

First of all, A+ on this. Love it. Some feedback. * In https://github.com/google/node-sec-roadmap/blob/master/chapter-1/threat-CRY.md, it would make sense to at least briefly cover the possibility of attacks based on the intersection...

Node.js currently uses a number of different mechanisms for tracking performance metrics internally. * Trace events * DTrace / ETW probe points * Perf_hooks * process.memoryUsage() * process.cpuUsage() * process.resourceUsage()...

The `Buffer` and `EventEmitter` objects in Node.js are quite possibly the most used APIs in the npm ecosystem. The [`buffer`](https://www.npmjs.com/package/buffer) polyfill on npm sees over 45 million downloads per week....

Woot! We've landed in Node.js master. Please direct all further issues and PRs to that repo. This repo will be archived as a record of the work up to this...

When a pull-request has been fast-tracked, it would likely be good for us to capture that detail in the commit metadata as an FYI. I'm thinking something simple like: ```...

feature request