Ben Widawsky
Ben Widawsky
I use your battery widget in Linux. I like it. I, however, need to maintain some machines running FreeBSD. FreeBSD doesn't have acpid (it has devd). It also doesn't use...
It would be helpful to have a unified way to express an argument is going to be deprecated (and may not work) at some future point. Bonus points if it...
While slightly ambiguous, Wayland spec states: > The leave notification is sent before the enter notification for the new focus. This implies that if a surface had gained focus via...
The Anvil WLCS implementation relies on using GPU rendering. For compositors that do not utilize this form of rendering and only rely on `DrmCompositor` this is non-optimal. Not only does...
This closes #19 It is useful to be able to _not_ pass or fail a test. Typically, this is accomplished by using the ignored flag; that works fine when the...