Daniel Beckwith

Results 53 comments of Daniel Beckwith

I realized I may have been confusing which settings are client settings vs server settings. I tried `--xsettings=no` and `--xsettings=yes` on the _client_'s `attach` command, but that still did not...

Also just noticed this. I think it's good to mention `any` as a possible alternative to `fold` but it should be very clear about the difference in short-circuiting behavior.

I also just ran into this with Dioxus v0.6.3. I have a list of rendered components with `key`s. The rendered components normally render a single element. When I try to...