George Bateman
George Bateman
On GNOME with Wayland, as seen on Debian Buster, `GdkX11.X11Window.foreign_new_for_display` throws ``` TypeError: argument display: Expected GdkX11.X11Display, but got __gi__.GdkWaylandDisplay ``` so the title bar isn't hidden, because `GdkX11.X11Display.get_default()` returned...
Hi @emilio, would it be possible for there to be a new release? I'd like to be able to use the compile-time layout tests.
- [ ] Resolve warnings seen against 8.3 - [ ] All tests pass on 8.3 - [ ] Manually check behaviour on 8.3 - [ ] Update `composer.json`, GitHub...
Fixes #2845. Wrapping the generated array in a struct ensures that it is passed in an FFI-safe way. This does assume that the calling convention for structs is only dependent...
Tracking issue #76654. Eight of these methods can be made const-stable. The remainder are blocked on #73255.
As currently written, the reference seems to say that the fields of a `repr(Rust)` union do not overlap, and that all fields of an enum do not overlap, which is...