Evan Almloff

Results 533 comments of Evan Almloff

Thanks, this looks much better. The readme links should be fixed automatically when the docsite is back to normal

> Seems like it would not be hard to extend the props macro to recognize Signal/ReadOnlySignal and adjust the default accordingly. Something sort of similar is done for [optionals](https://github.com/DioxusLabs/dioxus/blob/bdf87aadc748c7531041b1f89166ebd64d7c8c26/packages/core-macro/src/props/mod.rs#L230). >...

> First difficulty: where must the element namespace be static, and when does it have to do dynamic ? Clearly, since the cli reads the element specification at runtime, it's...

> I have seen that the manganis support crate for the cli has moved to https://github.com/DioxusLabs/dioxus/blob/main/packages/cli-opt/src/lib.rs > > Is renaming `AssetManifest` to `ManganisData` and adding a `metadata` field in this...

> But an important property of an asset is it's path, what path do I set for metadata ? The current rust file ? Sorry, I was thinking of the...

This looks similar to https://github.com/DioxusLabs/dioxus/issues/3844. The same structural typing approach I mentioned in that issue could allow spreading props of different types together

I think this is a hydration issue. When the server renders the `/index.html` route during SSG, it renders the homepage. When the client hydrates the `/dne` url it tries to...

https://github.com/DioxusLabs/docsite/pull/365 updates the version of include_mdbook to build with the fixed version. The live docsite will be fixed after that PR is merged

The `dist` folder was moved into the target folder at `/target/dx/...`. It shouldn't be required for tailwind classes unless you are dynamically generating tailwind class names which isn't recommended. If...

I was not able to reproduce this issue with the git version of dioxus with either version of the router. Here is my attempt: https://github.com/ealmloff/fail-repo-3211