-
Commit - fda0850b3b199ff97a6a0f9df6272e7a9e9e419a
```
thread 'main' panicked at /home/rafal/.cargo/git/checkouts/alacritty-d00d61bb8a410914/cacdb5b/alacritty_terminal/src/grid/resize.rs:378:53:
a…
-
When clicking the "View" item in the menubar:
![image](https://github.com/user-attachments/assets/b801a002-eb75-476c-ba41-11d09a27d8ce)
the app crashes with this error:
```
user-provided compari…
-
PopOS's Iced fork has an ability to listen on unfocus events, e.g. clicking outside of surface, which is useful for application launcher-like applications
See implementation in PopOS's fork: https…
-
When running the `application` example on Windows 11 with the `wgpu` feature turned off, the app crashes and panics usually after a few seconds of interacting with the UI.
Steps to reproduce (on a …
-
im trying to implement color into my application, and after a lot of unsuccessful attempts i decided to run the example for a test and it didnt even work because of this error:
```
error[E0277]: the…
vnuxa updated
3 weeks ago
-
```
error[E0599]: no variant or associated item named `Resized` found for enum `winit::event::WindowEvent` in the current scope
--> C:\Users\runneradmin\.cargo\git\checkouts\libcosmic-b367e32ffc…
-
Keyboard in iced-rs basically non existent and is only supported between input fields. We probably need our own iced-rs fork
-
### 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…
-
I installed `halloy` from source with `cargo install --profile release --path .` at the `2024.14` tag. I invoked `halloy`, saw that the configuration needed to be updated, and closed it. Upon closing,…
-
Right now, retrowin32 allows reads and writes to memory addresses < 0x1000 without complaint. This can hide or obfuscate bugs that would normally result in crashes. This affects both `x86-emu` and `x8…