bbb651 🇮🇱
bbb651 🇮🇱
This is also useful for streams, it's very easy to miss in streams that wait for events because they behave almost identically and manifest in [subtle ways](https://github.com/frewsxcv/rust-dark-light/pull/42#discussion_r1789447213), I recently came...
We're eventually going to need arguments for xwayland-satellite itself, I can think of two ways arguments could work: - `xwayland-satellite -- ` (could also be a single argument value but...
I got I've the detection part working with `_MOTIF_WM_HINTS`: motif-wm-hints.patch ```diff diff --git a/src/xstate/mod.rs b/src/xstate/mod.rs index 13143d1568..86fd5db024 100644 --- a/src/xstate/mod.rs +++ b/src/xstate/mod.rs @@ -8,7 +8,7 @@ use std::ffi::CString; use std::os::fd::{AsRawFd,...
Hey, I actually implemented both xdg-decorations and xdg-activation so you can blame me for the issues :P > In VS Code, if I close multiple menus, I get the ["not...
I've also ran into this with a outline query for `tree-sitter-html` trying to capture attributes in `[start_tag | self_closing_tag]` and had to duplicate it (the query is quite incomplete because...
Are you sure this is supported in the application? After loading `vMac.ROM` trying to drag `*.dsk`s in doesn't work in both `SDL_VIDEODRIVER=wayland DISPLAY= minivmac` and `SDL_VIDEODRIVER=x11 WAYLAND_DISPLAY= minivmac`
This also happens with Hebrew (which is also RTL) although I suspect it's a missing font issue, it happens on some websites too and on others it renders like that...
I think it comes from [here](https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/src/wayland-server.c#L448), `wayland-client` and `wayland-server` have `log` features that are disabled by default that I think would show logging from libwayland, could you try enabling them...
I think the lowest hanging fruit here is basic constant folding, It recomputes `1000 * 1000 * 1000` literally a billion times: ```js for (let i = 0; i <...
While not all compositors have an headless mode, I (think?) all of them support running nested in another compositor, so I think it should be possible to run weston in...