Jonathan Kelley
Jonathan Kelley
I'll take a look at this for 0.6 release. In our bundler we might be able to configure the directory where the webview2 data gets dropped based on how we...
This is due to 1) how we handle rustflags for optimizations and 2) where we place out artifacts for parallel builds - this should be mostly fixed when we move...
We use profiles now in #2862 but this bug issues in a secondary form which is getting fixed in #2779
Need to do: - Set { target: “es2015” } in tsconfig to use modern web features - More comments on struct fields that have ominous names - Basepath should be...
More thoughts Random thoughts: - SSR/ISRG/SPA/SSG/Streaming are all super hard to grok - Too many options - If I’m building an app, what do I want? How do I choose?...
The PR is up here #27 - would love to see this supported so I can move https://github.com/seanmonstar/reqwest/pull/1449 forward
We now handle events without pancking - just fail to deserialize - but we really need to fix the underlying bug. It doesn't look like we'll be able to fix...
I've updated the router to not be as terrible. Can you check if this issue still persists?
> Reading routes from dioxus' `Router` would be nice. These routes should then be generated as static html files when executing `dioxus build` for a web app. > > So...
> > > Reading routes from dioxus' `Router` would be nice. These routes should then be generated as static html files when executing `dioxus build` for a web app. >...