Sergey Vlasov
Sergey Vlasov
The Mononoki font has a “half-serif” capital `D` and `B` letters, presumably to increase their distinction from `O` and `8`:  The Recursive font also has similar design...
Seems that the “Compose” choice for the LED actually means “the LED which is associated with the currently selected compose key, if that key is one of {Caps,Num,Scroll} Lock”. So...
Beware that the solution suggested in the above comment is [insecure](https://github.com/direnv/direnv/issues/348#issuecomment-571168850) — if `.envrc.local` does not exist in the working copy, it may arrive from VCS in a subsequent update,...
> 3\. the `.envrc.local` file should supplement not replace. Actually there is an important use case in which `.envrc.local` (or the suggested `~/.config/direnv/private//.envrc`) must override `.envrc` completely: Imagine that the...
Another use case that gets broken by the current implementation of resizing is when you have zero gaps (so that window titles for tiled windows extend to the screen edge)...
The above override actually works for me if I use a recent nixpkgs snapshot that has usable `hatchling` and `hatch-vcs` Python packages. Another option is to add the required modules...
@l0b0 The exact version of the code which works for me is https://github.com/sigprof/nix-devenv-qmk/tree/e9ae48fb368951d3eaa13f2d0d837fc803934557 (beware that it is pinned on a rather old version of nixpkgs and stays on it for...
The issues with the `pillow` package build on darwin probably appeared a long time before, but remain hidden in most cases, because the package does not get rebuilt. Probably your...
The compose LED support in QMK works… if you actually find a way to control it from the host side. I'm not sure whether it is possible to control it...
One possible workaround is replacing `{ src = ./.; }` with `{ src = { outPath = ./.;}; }` in `shell.nix` — this disables source tree cleaning without adding an...