Adrian Wannenmacher
Adrian Wannenmacher
@chubin To be honest, I disagree. While `curl` doesn't follow redirects on its own, I don't think it's too much to ask users to add the `-L` parameter. That beeing...
Does the current router implement the sitemap functionality described in the `usage.md` file? If so, can somebody point me to its implementation?
> Awesome work, looking forward to try it, I already skimmed your code briefly and because you worked some features I want to have (I made a simpler small PR...
If you don't like defining all your routes in one place, you don't have to do that. You can simply create a function that returns one of the route definition...
Just looked through the open issues a bit: - #493 AFAIK, none of my examples are ignored - #432 nested routes work - #348 `WebHashHistory` uses the hash instead of...
> Awesome work, looking forward to try it, I already skimmed your code briefly and because you worked some features I want to have (I made a simpler small PR...
Dioxus could provide a trait for merging multiple occurrences of a single attribute. This trait would only be needed when multiple occurrences are actually detected. Also, IIRC, macros have a...
I have a vague memory of preventing multiple defaults by putting the names in one `str` and separating them with ` ` or `,`, do you could try that. I...
[caddy](https://caddyserver.com/) also works with and without slashes. Also I don't think that protecting the users from themselves is necessary in this case. I assume most people using an SSG are...
I don't know much about animation, could you explain a little bit? Do you want the router to invoke a callback whenever the active route changes?