Elinor B.
Elinor B.
Looks like this is also related to https://github.com/jwilm/alacritty/issues/3139 Basically, the main issue is that winit is not consistent on whether windows are created with the focus or not. My suggestion...
Thanks for that initial feedback, that gives me some food for thought. To quickly answer a few of the questions before I come back at a later point with a...
Actually, changing my initialization to `jnp.array(0.0, dtype=np.float32)` fixes the problem. Is that the intended behaviour?
Objects created by an event (like `ZwpInputMethodContextV1`) are automatically registered to the same event queue as their parent object, so indeed you just need to have the appropriate `Dispatch` implementation....
If having multiple sources works well for you, I don't think you'd gain much by composing everything into a single event source. So unless you think doing so would significantly...
Mostly, the core question I'd have is: do you have some use-case in mind for this? My understanding is that such tags are useful as a way to bring back...
> I need a way to check "Is this surface part of an SCTK frame?" This is an API that should be trivial for SCTK itself to provide though, without...
Could you provide the output of running the app until crash with the env variable `WAYLAND_DEBUG=1` set?
There are two very puzzling things in that log that maybe you can clarify regarding your app: - It looks like the debug logs of two programs are mixed together,...
The crate `wayland-sys` has not changed at all since its `0.31.1` release, so I don't think this update is the reason you got this error. Rather, maybe one of your...