Johan Sköld

Results 6 issues of Johan Sköld

**i3 PR:** https://github.com/i3/i3/pull/4460 **Description:** i3 allows using `all` as criteria to make a rule match all windows. When attempting to use that criteria in sway it triggers an error: ```...

i3-compat

Currently the (seemingly) only option for enabling/disabling VRR is: ``` misc { no_vfr = true/false } ``` It would be cool to expand that a bit with and allow setting...

enhancement

I was (once again) looking at the links in the README, and after a bit of browsing encountered this Chromium feature request labeled [[Linux] System loopback audio capture](https://bugs.chromium.org/p/chromium/issues/detail?id=1143761). Filed in...

I was hoping to use this as a simple way to handle some simple communication, but the problem is I need to be able to generate outputs without just responding...

**Is your feature request related to a problem? Please describe.** I'm trying to make use of `io.to("room").emitWithAck(...)` to make clients all proceed to the next stage of a game, but...

enhancement

When including `` to use placement new, clangd suggests that the header is unused even when placement new is used within the same file. ```cpp #include // gets diagnostic: Included...

bug