Ruben Bridgewater

Results 83 issues of Ruben Bridgewater

Hey, I thought it might be nice to update this lib and move it to the NodeRedis org. That way more people could work on it and benefit by it....

This is a performance improvement as the latter is actually faster. json-stable-stringify x 13,870 ops/sec ±0.72% (94 runs sampled) safe-stable-stringify x 30,367 ops/sec ±0.39% (96 runs sampled) The only difference...

Node.js runs the watchify test suite using CITGM (https://github.com/nodejs/citgm) as smoke test to identify unintended breaking changes in Node.js. We relatively frequently receive errors from watchify that seem like flakes:...

I was curious how well chai would handle big sets and maps and checked a couple of things and also stumbled across [this PR](https://github.com/chaijs/deep-eql/pull/14) and I am sorry to say...

bug

This is just a minor refactoring to reduce the code overhead. ##### Checklist - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests and/or benchmarks are...

fs
semver-major
stalled
blocked

### Discussed in https://github.com/orgs/nodejs/discussions/54248 Originally posted by **SteffenHo** August 7, 2024 We saw a massive increase in memory in our next.js application after updating to version 20.16.0. We build our...

memory
fetch

**Is your feature request related to a problem? Please describe.** zeromq is currently tested on [citgm](https://github.com/nodejs/citgm) as kind of smoke test to guarantee that it does not break in case...

enhancement
6.x

## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes (if something not related to your task...

This would fail so far due to accessing a undefined property.

crypto
needs-ci

This has shown up as RangeError: Array buffer allocation failed and it should be totally fine to skip this test in case the memory is low. https://ci.nodejs.org/job/node-test-binary-windows-js-suites/33969/RUN_SUBSET=2,nodes=win2019-COMPILED_BY-vs2019/console ``` 13:36:31 not...

test
author ready
needs-ci