Jan Ruzicka
Jan Ruzicka
When the "main.rs" file is saved empty, the whole editor freezes and shortly crashes. During the freeze, a _really_ high spike in CPU usage occurs. The analyzer doesn't show the...
The builtin widgets' states should implement standard traits (notably `PartialEq`) eagerly. It would be convenient for me to `#[derive(PartialEq)]` for my app state. Unfortunately, it contains `text_input::State` which doesn't impl...
I'd like to make some textboxes which are draggable. That means they'll be able to overlap, so I have to make the one that has been interacted with most recently...
### Issue type General playback bug ### Bug description I have a score with a set tempo (increased uniformly by a percentage). One particular measure ends with a sequence of...
I'd like to get flash region info (like base, length, write size and erase size) without destroying the flash driver. In other words, I'd like to have `Flash::get_regions(&self) -> /*...
I followed the installation instructions: ```sh rustup target add wasm32-wasip1 cargo install ambient ``` However, when testing `ambient --version`, I get the following: ``` Using global runtime version No default...