Marc-Stefan Cassola
Marc-Stefan Cassola
Sorry for the silence. Things are going slow because I don't have a lot of bandwidth. If you want to try and fix it I'd be happy to accept a...
Ah sorry. I meant just to fix it in the current code base. It will take a while until I can port everything over to the generalized implementation.
You can safely ignore the todo for now.
Interesting! Thank you very much. I'm not sure if this is the way to go though. This basically adds a callback to an otherwise mostly loading focused trait. I mean...
There is a compatibility table at the very bottom but I guess that's indeed very far down and doesn't mention that 0.14 is still beta. So yes, a PR would...
@johansmitsnl After doing a bit of research I think this function could take an arbitrary `FormData` as input to upload. That way a user could easily upload one or multiple...
Can you try with the latest beta version? ```toml leptos-struct-table = "0.14.0-beta2" ```
Sounds like a good idea. First we have to add a PR to `web_sys` to support the API.
For #101 we only need the server side part indeed because the client side is already handled. But even in that case we're probably interested in being able to read...
I made a PR for web_sys: https://github.com/rustwasm/wasm-bindgen/pull/3989