Ongy
Ongy
Unless I am worse at C than I thought, the implemented way to determine the application binary path is to read the `/proc/[pid]/exe` symlink. This is sadly not a reliable...
This protocol allows things like `dmenu_run` to work properly (i.e. steal keybaord focus) while other windows (e.g. dunst) that don't require keyboard focus don't steal it. https://github.com/wayland-project/wayland-protocols/blob/master/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml --- wlroots has...
This is based on https://github.com/emersion/mako/pull/228 First commit unique to this PR cleans up 3 possible memory leask detected via `scan-build`. Second commit sprinkles couple of allocation failure handlers into the...
Trying to build happy I encountered a problem during the `cabal install` step. This is on archlinux with ghc 8.0.2 and cabal from recent git HEAD. Full log, so you...
I was playing around with binding [wlroots](https://github.com/SirCmpwn/wlroots) (the compositor library spawned out of sway) and needed some wayland values. The specific one I found was the `struct wl_display *` for...
* wl_output * wl_seat * xdg-base? (Or is that an error?) * wl_shm * etc.
* Slow (take a second?) * Commit a few new buffers before * Send multiple ack_configure before commit * Ack the second to latest configure (if somehow possible)
## Describe the feature There should be an additional endpoint provided by the process (e.g. /healthz) that can be probed to detect general functioning. ## Describe the reason for such...
NOTE: if you are reporting is a potential security vulnerability or a crash, please follow our CVE process at https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md instead of filing an issue here. Please see the FAQ...