Nils Kuhnhenn
Nils Kuhnhenn
There's cases in which an "expired" bucket may get re-used before it was reset to 0. This will happen for any client that didn't increment the hitcount for the duration...
The default reporter lacks information compared to the output of (for example) the JSON reporter. This makes linting in all IDEs using standard terrible by default. I realize this has...
``typescriptTypeReference`` links to ``Identifier`` even though ``typescriptPredefinedType`` links to ``Type``. This looks really weird with a lot of colorschemes. For now I have ``highlight! link typescriptTypeReference Type`` in my vimrc.
## Detailed Description Find and add any comment lines with "TODO" that were added with commits of that release and add them to the release notes. So if your commit...
Probably. Apparently it has some undocumented undesirable behavior. If your process fits in 32MB of memory, you probably won't run into it however. After reading [this](https://randomascii.wordpress.com/2023/10/01/32-mib-working-sets-on-a-64-gib-machine/), I found your repository...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When using the [default HMR example](https://docs.nestjs.com/recipes/hot-reload) ``EADDRINUSE`` errors can occur, likely...
### Description Currently doing something like this does not work*: ```ts function Test(props: any) { const [texture, setTexture] = useState(); useEffect(() => { const canvas = document.createElement('canvas'); // ... const...
On 1080p one of the stars in the background can perfectly align with the text, looking like a dot where they shouldn't be one. This could easily be fixed by...
``node-static`` is spamming console.error with useless stack traces when receiving "invalid" range headers and the like. It would be nice if those warning could at least be intercepted, so they...
```js console.log(String.fromCharCode(65440).toHalfwidth()) // "undefined" ```