txtsd
txtsd
This happens to me frequently on Arch ``` qBittorrent: 4.4.5 Qt: 6.3.1 Libtorrent: 2.0.7.0 Boost: 1.79.0 OpenSSL: 1.1.1q zlib: 1.2.12 ```
The icon has been working fine for me on Sway on Arch.
~~Hold up. I was looking in the tray, where the icon is correct. The app icon in the taskbar, however, is neither correct in 0.8.5, nor in #654 with the...
I tried poetry for the first time today. ```λ poetry init This command will guide you through creating your pyproject.toml config. Package name [herpderp]: Version [0.1.0]: Description []: Author [txtsd...
Okay, I created this file `~/.config/python_keyring/keyringrc.cfg` and populated it with ``` [backend] default-keyring=keyring.backends.SecretService.Keyring ``` Then I unset `PYTHON_KEYRING_BACKEND` and ran `poetry init`: ``` λ poetry init This command will guide...
@neersighted I use Arch Linux ``` λ pip freeze | grep poetry poetry==1.2.0 poetry-core==1.1.0 poetry-plugin-export==1.0.6 ``` I set the config to use `keyring.backends.null.Keyring` for now. Thanks!
I'm also seeing unbound randomly taking way too long to reply to queries, and sometimes it straight up fails and needs a restart. I'm running unbound + stubby on Archlinux,...
It doesn't tend to happen right after a restart, but at least 30 minutes later. The only solution to get it working again is for me to restart it.
> Interesting. Does it react to unbound-control in this state? Does SIGTERM work or do you need to SIGKILL it? I will try when it happens again. I usually just...
> Interesting. Does it react to unbound-control in this state? Does SIGTERM work or do you need to SIGKILL it? `unbound-control` does reply in this state. Although loading cache entries...