Thomas Alban
Thomas Alban
Is there currently any easy way to convert between Bevy and Egui's types (such as `Vec2`, `Vec3`, `Pos2`, `Rect`, etc)? In my code I often find myself needing to do...
Currently, as far as I know, there's no API for getting a `Ref` from a `query.get(entity).unwrap()` without changing the query to be a `Query` or having to do `Ref::from(query.get_mut(entity))`. Would...
### Check for existing issues - [X] Completed ### Misc notes Would love the everforest theme in zed:  https://github.com/sainnhe/everforest There is also a VSCode port of this theme: https://marketplace.visualstudio.com/items?itemName=sainnhe.everforest
### Check for existing issues - [X] Completed ### Describe the feature It would be nice if it would show number of installs on extensions in Zed! I'd also love...
It would be nice if files in the file explorer would be shown in a different colour (e.g. red) if they have errors in them, similar to VSCode - this...
Any chance of adding a Mac Intel and M1 Build to the releases section?
I followed the migration guide to update this to bevy 0.13. However there is currently a WGPU error when you try to run it: ``` wgpu error: Validation Error Caused...
Any chance of support on MacOS?
On the youtube subscriptions page, the page goes blank when scrolling down momentarily. The problem only seems to occur on the subscriptions page, and not on the home page etc....
The `include_image!` macro, unlike `include_bytes!`, currently takes in a `literal` rather than an `expr` for the file path. This is annoying because it limits what you can do when using...