Chris Rogus
Chris Rogus
**Problem** Apparently some new warnings are triggered by the built in behavior of dioxus. That seems undesirable 😉 ``` ERROR GITDIR/dioxus/packages/core/src/properties.rs:144 It looks like you called the component App like...
What is the recommend way to set a mime type on a multipart file `Part`, given that it might fail? The fact that there is no `try_mime` or something means...
There is a `js` feature which enables `uuid/js` feature, to use a web safe random generator. However, it seems that Moka still uses `time` somewhere, because in the browser the...
https://github.com/datalust/superpower is apparently the replacement for sprache, by sprache's author, per https://github.com/sprache/Sprache/issues/194#issuecomment-2046321117 . Hopefully switching to that would be easy, and also allow us to remove the extra deps that...
**Problem** With latest main in web, this app will display `falsefalse` when I would expect `truefalse`. Specifically, the `is_on: true` is not getting passed or getting ignored when there is...
Resolves #3133 maybe?
**Problem** Using a directory / webkitdirectory file input to upload a directory, and then looping over the files() results, 2 things are broken: 1. there is no folder structure with...
## Feature Request Right now, if I drop a directory, I get evt.files() that just has the name of the directory. I would want to see the full list of...
**Problem** Drag events in dioxus currently downcast to web_sys::MouseEvent, when they should go to web_sys::DragEvent, per https://docs.rs/dioxus-web/0.6.0-alpha.3/dioxus_web/trait.WebEventExt.html#associatedtype.WebEvent-4 according to @ealmloff See all the drag* + drop events in https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/drag_event --...
## Feature Request Per: https://discord.com/channels/899851952891002890/1309445758705074197/1309878444355747992