Jason Marshall
Jason Marshall
I am doing some perf work on prometheus and I should know what code isn't tested well before I go changing it. These changes were split off of a performance...
`npm run benchmarks` consistently fails with OOM errors, on a machine with 64GB of memory. - node 24 - node 22 - node 20 - node 18 All fail. Only...
It appears that you were in the process of releasing a new version that would fix this. What still needs to be done to facilitate that work?
I do a lot of things that are operational that my coworkers don’t understand until we are deep in the shit, and then you can see the light bulbs going...
### Version v24.11.1 ### Platform ```text Darwin MacBook-Pro 23.6.0 Darwin Kernel Version 23.6.0: Wed May 14 13:51:39 PDT 2025; root:xnu-10063.141.1.705.2~2/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem test runner ### What steps will...
In exploring ESM support, a number of problems are presented by ESM logic being resistant to importing a module a second time. Since we mostly only use this for tests,...
Given that all of the LTS supported NodeJS versions now have a way to require ESM modules, and we now [support strict](#815) perhaps we should consider joining the club. In...
**Is your feature request related to a problem? Please describe.** While trying to update the wiki for 4.0.1 I realized that the singleton is getting in the way and still...
**Is your feature request related to a problem? Please describe.** Currently a project admin has to pull down code and publish it to npmjs.org **Describe the solution you'd like** There...
I've tried a few different ways to invoke it but it seems like the builtin runner may be incompatible with nyc. ``` $ node_modules/.bin/nyc node --test ... ----------|---------|----------|---------|---------|------------------- File |...