Lorenz Nimmervoll
Lorenz Nimmervoll
Hi, I've been experimenting with your library in combination with [jasoncoon's fastled-webserver](https://github.com/jasoncoon/esp8266-fastled-webserver/blob/master/esp8266-fastled-webserver.ino) that stores webpages inside the SPIFFS of the esp8266. I've adapted the code to use the webserver as...
In a Json document, the autofix for `sort-keys` is case-sensitive, resulting in an error for `jsonc/sort-keys`` which is case-insensitive > Expected object keys to be in natural insensitive ascending order....
Latest nvidia driver's cuda version is 11.2 and I think that isn't supported yet. Nanominer already fixed that issue. Driver version: 460.79 
### Use case This feature request is about the beta of the new lightweight JavaScript runtime [LLRT (Low Latency Runtime)](https://github.com/awslabs/llrt). Currently, the Logger crashes when importing the "console" module. Demo...
The editor crashes with React 18 in development only, with the most basic setup. When building for production it works as expected. ```tsx const editorState = useEditorState({ specRegistry: new SpecRegistry([]),...
[cdk-self-destruct](https://github.com/NimmLor/cdk-self-destruct) is an utility that enables you to schedule the destruction of cdk stacks while also destroying all associated resources. It is inspired by [cdk-time-bomb](https://github.com/jmb12686/cdk-time-bomb), but rewritten with aws-cdk v2...
The server for the "Basic + SSR" (and the wip-with-bling) example is specifiying the wrong file name that gets built into the dist folder. To reproduce: 1. Open the Stackblitz...
### How can we reproduce the crash? Bun v1.1.8 on Windows using Powershell. 1. Setup a simple cdk project 2. Run `bunx cdk synth ./bin/infrastructure.ts` Note: adding the `--bun` flag...
Hi, I'm thinking of building an react-native app to control the LEDs. React-Native is a framework that allows to build hybrid apps that run on android, iOS and even on...