Ruben Bridgewater

Results 80 issues of Ruben Bridgewater

**Is your feature request related to a problem? Please describe.** Currently the boards are outdated at some point. That's totally fine but checking progress from time to time if specific...

I just went ahead and implemented RESP3 for the Node.js redis parser and I struggle to see the how this can be delivered to the user in a useful way....

The spec does not specify if the newly added streamed aggregated data types may be nested or not. It is of course possible to implement this in a parser but...

@antirez in the spec you state the following: > The connection can only be used for Pub/Sub or MONITOR once setup in this way However, when being in MONITOR mode...

For me the most challenging type while implementing RESP in JS was arrays. The input comes as an event with partial data without knowing when the array ends. It would...

# Bug The building size has to be in the right propertions so that it's easy to identify the right buildings and present screenshots to customers. This is super important...

bug
pr-visualization
priority:high

Right now consolidate does not test any options passed to the libs. The options are likely changing over time and should therefor be tested, so we realize if a library...

Help wanted

`node-redis` is not maintained since a long time and some people confuse this library with [`redis` (`node_redis`)](https://github.com/NodeRedis/node_redis). I think it would be nice to [deprecate](https://docs.npmjs.com/cli/deprecate) this package so users get...

This removes the `tryHarder` part from the docs which does not exist, updates the `devDependencies`, names the function and tests new Node versions. All in single commits.

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...