Anatol Ulrich

Results 21 issues of Anatol Ulrich

on [docs.rs](https://docs.rs/dioxus-sdk/latest/dioxus_sdk/index.html) the "repository" link points at https://github.com/DioxusLabs/dioxus-sdk/ which 404s; it should be https://github.com/DioxusLabs/sdk/

### Describe the bug when running the REPL via docker it exits immediately (I have not verified if this is a docker specific issue): ``` ❯ docker run --rm --net=host...

bug
triage

several WebUSB functions that take a `[u8]` slice, e.g., [transfer_out_with_u8_array](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.UsbDevice.html#method.transfer_out_with_u8_array), require it be passed as `&mut`. As far as I can tell this is not required since USB transfers are...

As explained e.g. [here](https://swatinem.de/blog/future-size/), futures can easily turn into unpleasant memory hog surprises. One possible easy way to investigate problematic code is to add a `future-size-threshold = 100` (or whichever...

Currently bottlenecks are dominated by malloc/free. Can we use `bumpalo` for function call stack frames? Potentially even better would be to have a completely static stack arena where we just...

Currently we're flexible in terms of VanillaJS/Pixelblaze/Pythonic. Ultimately nobody asked for this and it overcomplicates things.

### Describe the bug I just wasted an hour trying a ton of QT theme configuration approaches only to find out that nheko defaults to its own "Light" theme and...

### Welcome - [x] Yes, I'm using a binary release within the two latest releases. - [x] Yes, I've searched for similar issues on GitHub and didn't find any. -...

question
area/dnsprovider
waiting-for/contrib-feedback