segfault
segfault
I'm actually getting the missing export_path on something like half the library assets I create. And there does not seem to be any reliable way to get the fix to...
this is also a problem when trying to do something like this ```html \ ``` EDIT: okay, so actually the issue is that hx-target is inherited to the nav, so...
I feel that a ergonomic way to arbitrarily alter config from cli args would be appropriate for the crate. Perhaps with jq inspired syntax.
See: https://github.com/rust-cli/config-rs/issues/64#issuecomment-2486604948
I'm not super sure why the visualizer needs to be a feature instead of an example? All it does is spawn a standard bevy-metrics-dashboard window right?
Seems this is an unsolved problem. Wiktionary is not too friendly to scraping. There is this project https://kaiko.getalp.org/about-dbnary/ but their dataset has a number of issues: including syntax errors, mistakes...
> Nice to have! Absolutely necessary.
Also, what @cbs228 seems to be discussing seems a lot more complicated the basic version of this feature needs to be. In general, anywhere a git repo can be used,...
Hacking a compiling fork doesn't seem trivial either. Mut::new wants a &mut &Location Edit: it was actually easier to just provide the correct value instead of a dummy. I'm ~80%...
I was not suggesting adding ReplicationId to every entity, only descendant entities which you want to be replicated to an entity spawned by the client. I think this issue is...