Andrej Smigala

Results 7 comments of Andrej Smigala

@stratosgear > but alas swaylock cannot apply the image across the monitors. You can workaround this by enumerating all outputs (`swaymsg -t get_outputs`), taking a screenshot of each of them...

In fact, why do we have a separate method for sorting filenames at all? Isn't simply sorting them in a lexicographic order enough? While that wouldn't work when the numbers...

The simplest solution to me is simply assuming zero-padded frame numbers, I believe that's what most video software does.

This seems to work around the issue (even without the patch): ``` cp -r .git/git-crypt .git/worktrees/YOUR_WORKTREE_NAME/ ```

The great thing about yaml is that you can actually use a yaml parser to parse json. So that would kind of ensure backwards compatibility with older configs, the only...

@shaneutt I triedtweaking the configmap in the manifest to use `5300` instead of `53` and adding `-dns.port 5300` in the args section, but I still get operation not permitted while...