Hugo
Hugo
Restoring the following two lines fixes the issue: ```c seat_set_raw_focus(config->handler_context.seat, &new_ws->node); seat_set_focus_container(config->handler_context.seat, container); ```
I wrote a client that implements hot corners this week: https://git.sr.ht/~whynothugo/wlhc (I had no idea that `waycorner` existed). The main issue is swallowing clicks, which is only really relevant when...
Plenty of scenarios assume that the output of pip-tools is deterministic. For example, some CI checks try to rebuild it and ensure that the output has not changed, as a...
I've only had a glance at a high level for now. Do we need to use `ripgrep` for the search? `zk` itself seems to be capable of handling searches via...
Can you clarify what you're trying to do? This daemon provides a socket, where multiple programs can access the iOS device concurrently. You can access the socket directly without linking...
Files should probably be created as 0666. If someone wants stricter permissions, they can set the umask(2) before running vdirsyncer. atomicwrites is unmaintained, and its readme indicates: > Python 3...
`default_command = "list --sort due --no-reverse"` should work.
`default_sort` would be a reasonable addition in any case.
I've been using `pip-tools` on projects that migrated to 3.12 for a while without issues. I recently migrated one to 3.13 without issues too.
v2: removed extraneous commit