-
### Is your issue REALLY a bug?
- [X] My issue is indeed a bug!
- [X] I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
### Is there an existi…
-
To reproduce:
- edit a pin to make it an input say
- hit Meta-Q to exit the app
Expected:
- the dialog warning about unsaved changes is shown
Actual:
- app exits directly
-
Two branches:
- `tui`
- `iced`
https://github.com/ratatui-org/ratatui
https://iced.rs
-
### Describe the bug
## Overview
The Nix package for 1.0.3 is crashing with the below error. Is anyone here able to reproduce?
```
[nix-shell:~]$ RUST_BACKTRACE=full ./uag-ng.sh
2024-04-27 17…
-
I recently reported https://github.com/hecrj/iced/issues/351:
When I launch any of the iced example apps, it hangs on a blank window for around 31 seconds while loading fonts. The slowness occurs i…
-
### Describe the feature you want
#### What
Quoting [the chat](https://discord.com/channels/1168607797081022514/1171387180409692160/1310831109461774438) with minor edits:
> I've been considering …
-
Reproduction method:
- Press ctrl-alt-d
- Do this another 5 times (ish, probably depends on your size)
- Crashes
This happens whenever any minimum-size (in either dimension) split attempts to sp…
-
I have copied&pasted the clock example into a binary crate with the following Cargo manifest.
```toml
[package]
name = "clock"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = { git…
-
**Description**
Panic at an unreachable in wgpu-core/src/device/global.rs, line 1859:
`unreachable!("Fallback system failed to choose present mode. This is a bug. Mode: {:?}, Options: {:?}", config.…
-
Hey, I encountered this issue when trying to link this git as a dependency. It seems like Cargo.toml doesn't limit tract-core to the same version. Here's a transcript of the issue:
```
PS Download…