-
This issue is intended to track a number of unstable APIs which are used to inspect the contents of a `Span` for information like the file name, byte position, manufacturing new spans, combining them,…
-
instead of blocking call into slint event-loop
HelloWorld::new().unwrap().run().unwrap();
there should be an option to invoke an async run function, so the underlying event loop (embassy or …
-
### Describe the bug
Under Wayland:
```
01:19:25 WARN [/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.3/src/gles/egl.rs:268] No config found!
01:19:25 WARN [/home…
MLSci updated
1 month ago
-
### Feature
We need a GUI for new `cameleon` users and for debugging purposes.
Probably this should be done in another repository.
### Implementation
:keyboard:
### Drawbacks
None
Y-Nak updated
2 years ago
-
# Problem
When designing a flowgraph, various blocks have to play together well in order to encode or decode a signal.
However, we are often blind as soon as the flowgraph is running and use ugly …
-
Users should open a gui from mogan, which lists all plugins available for mogan, all plugins installed at local storage, and status of these plugins. Then users select plugin to install, update, remov…
-
Slint 1.2.2
When trying to add 10 millions rows to model, after scrolling down to ~5.6 million record I got crash
Looks that after 2/3 millions of items it creates empty space between items
…
-
IMO 32bits are the most sensible default for coordinates. Without meaning to be critical (it's a great library, EDIT and i see a typedef so I could always swap it in a fork) I hope the following gener…
-
info: CONNECTING TO SERVER undefined
info: [2024-10-17T23:26:41Z INFO rust_launcher::start::bindings] server: None
info: [2024-10-17T23:26:41Z INFO rust_launcher::start] Loading version
info: {"v…
-
What is the execution efficiency of desktop applications developed in `Rust`?
We know that the Rust Tauri framework is a GUI framework developed in Rust. Is the execution efficiency much lower than…