Sergey Vlasov
Sergey Vlasov
Yes, and the `os.environ` mutation probably causes issues like https://github.com/joke2k/django-environ/issues/523 (values added to `os.environ` persist over reloads if the reload implementation reuses existing worker processes). In the `django-environ` case it's...
I see the same behavior. Testing with `xev` shows that the bug also affects the Ctrl and Windows keys (the latter are mapped to the Super modifier in my config);...
After some more reading of the documentation this seems to be “working as designed”, just the design does not take the potential issue of ignoring the modifier side into the...
The real problem is that some overrides work only when applied before `defaultPoetryOverrides`, but some other overrides work only when applied after `defaultPoetryOverrides`. So in the end I needed to...
> The main reason I'm using a unicode map instead of `#include "russian_keymap.h"` is because with that method `RU_YO` outputs `KC_LCBR` and `KC_RCBR`. `keymap_russian.h` assumes the [Windows Russian layout](https://kbdlayout.info/kbdru); the...
There are some precedents for using information from git in other software — e.g., when Nix processes a flake and detects that the flake is in a git worktree, it...
Great — I always wondered how they managed to make a keyboard with what looks like shift register chips, but without any resistors or diodes. Can you share the exact...