Otto Chrons
Otto Chrons
To "sleep" inside an async function, you should use a scheduler, for example `java.util.concurrent.ScheduledThreadPoolExecutor`
It's absolutely necessary to be able to include route specific content in the head. This is important for being able to present meta data for content preview and SEO purposes....
Do you mean a real proxy or just a redirect? If you can provide an implementation in a PR, I'm happy to include it :)
I updated BooPickle perftests to use 1.1.5 Prickle (also the publicly available [test site](http://ochrons.github.io/boopickle-perftest/) is updated)
One issue I noticed with Prickle when profiling the performance tests was that there were a lot of exceptions thrown in some of the Prickle tests. You might want to...
Here's a simple example that will trip people (at least me!) when doing some real server calls inside closures ```rust #[component] pub fn Like(post_id: String) -> Element { let mut...
Not creating a new issue, but if tailwind is enabled, the styles are reset to nothing, making the app look horrible. The `main.rs` should also be updated to reflect the...
Had same issue, solved with `--locked` Please update the release notes for 0.6.0 to show how to install dx, so that not everyone runs into this problem.
The hardcoded `workspaceroot/target/dx-dist` will also cause issues when there are more than one Dioxus project in the workspace.
I'm encountering the same problem with my fullstack app using SSR and server functions (alpha.5). But it only happens if I use the new `document::Link` feature to load CSS asset....