Dmytro Banin
Dmytro Banin
Should this live in `bevy_dev_tools`? @alice-i-cecile (not to derail the review - that can be done before moving files)
@SecretPocketCat There's an issue tracking commands needing to be infallible whenever possible [here](https://github.com/bevyengine/bevy/issues/10166). General consensus seems to be that it's needed - just needs to be implemented.
@rlidwka Thanks for this! I figured there was a way to do this using quaternions - unfortunately it's only trivial insofar as quaternions are trivial (which isn't really - at...
Base implementation looks good to me - interested in seeing what benchmarks will show.
https://github.com/bevyengine/bevy/issues/9475 also seems relevant.
Thanks for the quick response! > The current implementation of prepona is not ready to be used at all. That's a shame - I really like a lot of the...
I had a similar issue where `bob install` and `bob use` worked fine but I couldn't run the resulting binary and `bob ls` didn't return anything. Reinstalling via `cargo install`...
Probably fixed by https://github.com/blitzarx1/egui_graphs/issues/116
Application switching when clicking on links in general. If I click a link in say discord it should switch to my browser.
If I get something working I'll put out a pr for this one as well - not my focus currently but we'll see if I get to it