Chris Rogus

Results 79 comments of Chris Rogus

If we created an error, using a javalue (see the `wasm` fn linked above) then it is treated as an error in that context. But javalue does not imply StdError,...

Ah indeed, the hard part is actually the `Send + Sync` on BoxError, which blocks passing a JsValue around. I can just convert it into a string more usefully as...

Reminder on file size visibility: https://github.com/DioxusLabs/dioxus/pull/2323 And for the stream part, in my own web only project with file uploads, I use: `web_file: web_sys::File` and with https://github.com/MattiasBuelens/wasm-streams : ``` let...

I would also like this. Seems like others would as well: https://github.com/seanmonstar/reqwest/issues/2248

@ChooKing is that actually related? This is a feature request for a Dioxus element to programmatically modify the Body and Html tags. Css is a separate problem, and it seems...

Thanks. I had already started using minimoka unsync so I'm good there :) I asked this question simply because of the confusion over the feature flag not actually doing what...

~Needs to convert the DragEvent into MouseEvent for some of the functions now~ Resolved

@matthunz sorry I did not see your changes before I force pushed my updates, because I found an issue. Please re-apply your updates you had done before, or just recommend...

@matthunz thanks! Your cleanup looks ~promising~ like a significant improvement! :) that said, I see a failing ci job now. Any idea what that is about?