Ruben Bridgewater
Ruben Bridgewater
# Bug ## Expected Behavior GIVEN a map is loaded WHEN THEN ## Actual Behavior TBD ## Screenshots ## Steps to Reproduce the Problem 1. 1. 1. ## Specifications -...
# Feature request ## Description Current map navigation does not seem intuitive for all users. * Zooming does not use the current mouse as focus point but the center of...
I just checked multiple libraries that used the `noAssert` argument in the Node.js Buffer module. It seems like the code here duplicates a old Node.js modules version and contains that...
We recently ran into some significant performance drop due to some changes in-between releases. Our current microbenchmarks partially take a very long time but we could start evaluating what microbenchmarks...
Each tool has a specific limit up to that it's capable of visualizing the collected data. Exceeding that (yet unknown) limit is going to cause the heap memory to be...
I just used node-core-utils on a new device and set up the connection to github and it seems like we are using a deprecated API: ``` Hi @BridgeAR, On April...
It would be great to already copy the command suggestions into the clipboard (and allow to opt-out of that behavior) by using e.g., https://www.npmjs.com/package/clipboardy
It should be possible to anticipate the next command. For example in case a rebase is needed due to multiple commits. In such case, it would be nice to already...
Right now when changing the commit messages a file is added and that has to be changed. This is not really straight forward: ``` ? Use this message? No Please...
This adds full support for [RESP3](https://github.com/antirez/RESP3/blob/master/spec.md) while keeping backwards compatibility. Most things should stay on par performance wise. My intention here is to first fully support the spec and to...