Dima
Dima
Hello I encountered the error on `SmudShape` entity despawn: ```rs ERROR bevy_render::render_resource::pipeline_cache: failed to process shader: Unresolved import: Custom("bevy_smud::generated::cec721b4-2ec6-478e-85ab-afaec5a87178") ``` or on bevy 0.11 ```rs │ var globals: _naga_oil_mod_MJSXM6K7OJSW4ZDFOI5DUZ3MN5RGC3DT_memberGlobals; │...
For additional details and related information, please refer to https://github.com/bytecodealliance/wit-bindgen/issues/815
**Problem** Hot reloading panics: `panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dioxus-core-0.5.0/src/arena.rs:57:32: cannot reclaim ElementId(9)` **Steps To Reproduce** Steps to reproduce the behavior: ```rs #![allow(non_snake_case)] use dioxus::prelude::*; use log::LevelFilter; fn main() { // Init debug...
Add shortcuts for common actions (new note, delete note, etc) Status: | Action | Shortcut | | ----------- | ----------- | | New paper note | Command + P |...
Camera position should be tab specific, if user re-opens the tab camera position should be set to the latest camera position for this tab.
`bevy_cosmic_edit` API has been improved, let's move velo to use the latest API of plugin
_Ideas for the issue was contemplated from https://github.com/StaffEngineer/velo/issues/184; https://github.com/StaffEngineer/velo/issues/184 is closed in favour of this issue that will allow to implement clone & fork note easily_ _Warning: I can't draw_...
Similarly how background color of a note can be changed there should be a way to change a text color.
Currently the new note inserted into the center of camera... let's be a bit smarter on it... let's insert the new note into the closest empty space from center of...