Stephen Belanger
Stephen Belanger
When suggesting a change that breaks compatibility with previous versions, the bot should either update the engine in package.json to >= 0.8.0 or, ideally; be clever enough to put in...
### Description The `--recipe` flag doesn't seem to work. I've tried with github user/repo fragment, full github URL, a URL to a github release zip and even a local checkout...
It's still very early days, but it would be really cool to eventually have mobile support. Node.js can be built on Android, and with the `--jitless` flag for V8 it...
When checking out a repo, there is no `COMMIT_EDITMSG` file until a new commit is made. In the case of [elastic-apm-node](https://github.com/elastic/apm-agent-nodejs), we trigger the commit lint automatically, as part of...
I find myself often needing to manually build images with Node.js built in debug mode. Is there any reason not to have `*-debug` versions of all the images too? It'd...
It'd be cool to have a fancy macro to build the extern function required to create a native module that can be imported by the `qjs` CLI. With `qjs` you...
This should prevent internal errors from being reported, prevent infinite error reporting loops. Fixes elastic/apm-agent-nodejs#31 ### Checklist - [x] Implement code - [ ] Add tests - [ ] Update...
### What does this PR do? Implements trace stats calculation. ### Motivation We want to be able to compute trace stats without needing to send every trace to the agent....
This is an experiment to move all the protobuf and pprof encoding stuff into a worker thread to see what impact it has on performance. Mostly this exists so I...
This is a proof-of-concept implementation of the [diagnostics_channel](https://github.com/nodejs/node/pull/34895) feature I'm working on in Node.js core. The value here is for APM products to be able to capture changes to routing...