(not (null nil))

Results 32 comments of (not (null nil))

Keeping receving same key events in event-case even I didn't type anything. Details here:https://groups.google.com/g/fcitx-dev/c/Ef7aJI-j9T4

Okay, Although I still don't know why this happen, but I successfully make it work with mcclim, so I guess it have something to do with `event-case`, since mcclim is...

Maybe it ispossible to auto update `shaping` according to the string content. There is a function [`is_ascii`](https://doc.rust-lang.org/std/primitive.str.html#method.is_ascii) from std. If it can be done, does it have any value? If...

I have same issue here I supposed. ``` uname -a Linux Gentoo 6.12.1-gentoo #3 SMP PREEMPT_RT Sun Nov 24 11:14:43 CST 2024 x86_64 AMD Ryzen 9 5900HX with Radeon Graphics...

Tried game_menu from examples, the corruption only happens when the window is too small. ![Image](https://github.com/user-attachments/assets/dee73ec0-5a22-4f27-a4cd-c80c57f5a0e9) ![Image](https://github.com/user-attachments/assets/59287dd9-496e-49e4-98eb-1b623e60792a) ![Image](https://github.com/user-attachments/assets/f2325063-299d-4f38-a9ff-f8b35ba71e1c) By the way, I'm using Hyprland with Xwayland, and both grid and game_menu...

Thanks, is there something like beta branch against the iced main? It seems that it will take a long time for a new version of iced to be released, while...

I'm willing to give it a try, but I'm very new here, do you have any suggestions?

When some api was broken, how to figure out what to do to fix it? For example,to fix the missing on_event(), i searched the commit history of iced to locate...

i have make some progress on the on_event to update thing,but the iced_font is trouble me, complain something about iced_core::font and iced::font, can you take a look?

I have cloned the project and update iced_core version locally and it works fine. I think I will just left one comment in Cargo.toml of iced_aw for easier.