Awused
Awused
**Bug description** Code that used gtk4::PopoverMenuFlags in 0.7.x, no longer builds with 0.8.0 unless I update my system GTK to 4.13 and add the v4_14 feature flag. https://github.com/gtk-rs/gtk4-rs/commit/203267a06aa5af3548ee017567fcbddee088d59b#diff-91bde5f398691e1b094f02f2857771e5c5795c443133b73a20adbaca0ef4c944 added a...
**Bug description** Calling `window.native().map(|n| n.surface()))` before a Window has been presented crashes with a null pointer assertion. It should not crash, it should return an Optional instead. Looking at the...
**Bug description** This is an unusual one. I have some code that was grabbing the grandparents of columnview listcell entries so that I could use them for dragging and drop,...
**Bug description** I'm not really certain that this is buggy or just completely undocumented and confusing to the point of unusability, but I just cannot get `gdk::content_register_deserializer` to work. I've...
Right now DEFAULT_GIR_PATH is always hardcoded to look for a local target directory. It can be overridden with --gir-path but since CARGO_TARGET_DIR is standard it could be used as the...
I'm reporting this even though the crate is unmaintained because it ended up wasting a lot of my own time. 5.2 and 5.2.1 have some fixes for `max_background_threads` specifically and...
Since upgrading to Fedora 40 and Alacritty 0.13.2 I've been dealing with frequent keyboard stalls, where I will type characters but nothing will happen, but only in Alacritty. They can...
**Describe the bug** `cmake -DJPEGXL_STATIC=on` fails on Fedora 40. **Output** ``` -- The C compiler identification is GNU 14.0.1 -- The CXX compiler identification is GNU 14.0.1 -- Detecting C...
This can be used when another component has already modified the OpenGL context out from underneath glium. Even more than exec_in_context, the application needs to take responsibility to maintain glium's...
I was looking at using the LruCache as a queue for items that needed to be cleaned up but might be revived, and thought `LruCache::insert` was returning the removed least...