Sebastian Rasor
Sebastian Rasor
### The problem For some reason `datetime.utcnow()` is not offset-aware. This can be verified with `datetime.utcnow().tzinfo is None`. `datetime.utcnow()` should be replaced with `datetime.now(timezone.utc)`, which is offset-aware. This can be...
By default beets is configured to use ~/Music unless otherwise specified. I think that the order of preference should be as follows: 1. directory as configured in config.yaml 2. $XDG_MUSIC_DIR...
```[srasor@framework ~]$ downloads/Fingertip-v0.0.3.AppImage downloads/Fingertip-v0.0.3.AppImage: symbol lookup error: /lib64/libgio-2.0.so.0: undefined symbol: g_module_open_full``` Fedora 35 using GNOME 41.1 on Wayland.
Same as https://github.com/pop-os/libcosmic/issues/748 Opening here because I'm not sure if here would be a better place for this request Are there any plans for a libcosmic pinentry program? No other...
I use Dvorak, and having to figure out how to type QWERTY again every time I want to log in to a new session is a pain. When I click...
If you try to use this tool with more than one YubiKey plugged in at once, the program will get confused in some way and permanently indicate that a key...
I'm opening this issue because I feel like this decision deserves some additional discussion: https://github.com/Mic92/sops-nix/pull/826#issuecomment-3270501814 The way I see it, the addition of `noexec` was included in this PR the...