George Bateman

Results 26 issues of 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...

bug
help wanted

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.

T-libs-api
S-waiting-on-bors
disposition-merge
finished-final-comment-period
needs-fcp
to-announce
I-libs-api-nominated

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...

S-waiting-on-review