Moritz Hedtke

Results 126 comments of Moritz Hedtke

https://github.com/DioxusLabs/dioxus/blob/f610c6b8c11bc0f9ef52936d2830d41e66b2f3f4/packages/web/src/document.rs#L171 is the problematic line of code

> I don't think this will work with fullstack streaming like the `suspense-carousel` playwright test. We need the script to start running before the html is fully loaded which is...

I don't understand the CI failures here. What do I need to do?

Should be ready but I have not tested this yet and don't have more time today.

If we want to allow disabling the tokio runtime we should somehow try to ensure that spawning still works properly. E.g. I just accidentially used a single threaded tokio runtime...

I think it doesn't matter whether you need to build an http 0.2 response type or a custom reqwest response type though I assume reqwest uses that type internally anyways....

https://github.com/DioxusLabs/dioxus/pull/4313 improves the handling of that error. It then shows: ``` ERROR wasm-opt failed with status code exit status: 1 stderr: stdout: debug_loc error ``` Setting `--keep-debug=false` for wasm-bindgen is...