Jonathan Kelley
Jonathan Kelley
Some new features got added to mdbook making this branch somewhat behind. Are you able to update the branch or do you need any help?
For folks that want to render dioxus into a wgpu context, we now have a few options: - use blitz / dioxus-blitz: http://github.com/dioxusLabs/blitz - use bevy_dioxus: https://github.com/JMS55/bevy_dioxus For folks looking...
Unfortunately this is all quite upstream. Seems to be an issue hitting a set of users running linux + nvidia cards. https://bugs.webkit.org/show_bug.cgi?id=180739 https://github.com/tauri-apps/wry/issues/1252 I'm going to close this and put...
I use cargo-workspaces to do releases locally and even then process is quite finicky since we tend to have references to git repos as deps in the workspace on main....
We could attempt to diff them with a slightly deeper comparison
Looked into this - the real problem is that when passing a path that includes the drive, the webview just rejects it ``` Not allowed local resource ``` We could/should...
We might just end up going the react 19 route https://react.dev/blog/2024/04/25/react-19#support-for-metadata-tags This would be even easier than looking for a `head` element.
UnboundedReceiver and UnboundedSender are re-exported as part of use_coroutine, but I don't think we should re-export the whole crate. Admittedly, we should just wrap the Coroutine handles in our own...
This was because of poor scoping of certain variable names which has been since resolved!
If you're using nix we have a bug report on manganis where we're looking for the wrong "sh" and optimization fails - looks like there's a simple fix.