robertpauson

Results 3 issues of robertpauson

Using `eframe-template`, building with `trunk`. I've upgraded my script, and while working on Native it stopped showing anything on Web, just blank canvas. **Ids are aligned.** No errors on Mozilla...

bug

despite this: ``` fn save(&mut self, storage: &mut dyn eframe::Storage) { eframe::set_value(storage, eframe::APP_KEY, self); } fn auto_save_interval(&self) -> std::time::Duration { std::time::Duration::from_secs(30) } ``` every time webpage opens, reset happens. persistence...

bug

My Cargo.toml: ``` [package] name = "tb" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] openssl = ["hyper-tls"] rustls = ["hyper-rustls"] default...