Michael Schmidt
Michael Schmidt
### Describe the Bug Calling `setNodes([])` in an effect or event callback does nothing. It's only the `setNodes` from `useReactFlow`. The `setNodes` from `useNodesState()` works. ### Your Example Website or...
### Operating System Windows ### What's the issue you encountered? I opened a bunch of files (>20) in ImHex, forgot about it, and then moved those files to another directory....
I made a new DDS decoder, because the old DXT-based decoder was very limited (only DXT1-5 + dimensions divisible by 4) and incorrect (DXT1 colors were not rounded correctly, resulting...
Fixes #12 Hi again! Although the discussion around #12 seems to have died down a bit, I decided to make a little PR to fix this issue by fixing the...
### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+new+plugin+rule%22) and found none that match my proposal. - [X]...
I couldn't really find a lot of docs on how to disable this, so I spend like an hour figuring this out. I also slightly changed how `reference.rs` determines the...
fixes #1818 This adds support for `rename_all = "camelCase"` to camelify names inside a block. Under the hood, I added support for a more general renaming system mimicking serde's renaming...
fixes #4207 `Array` itself is not a valid type because it requires one generic parameter. I replaced it with `number[]`. I chose `number` as the element type, because that's what...
### Summary How I can attach a debugger to the CLI for tests. I want to debug the JS code gen part but couldn't find any docs for debugging. I'm...
I renamed `result-string.rs` -> `result.rs` and added 2 more functions for testing. This also shows that #4207 is not a `wasm_bindgen` issue per se.