Til Mohr

Results 5 issues of Til Mohr

I am currently on Fedora 36, and have ProtonVPN installed via the rpm package (https://protonvpn.com/support/official-linux-vpn-fedora/). Today Fedora 37 was released. When trying to update, I get the following error: ```...

For the basic example ```py from lrc_kit import ComboLyricsProvider, SearchRequest engine = ComboLyricsProvider() search = SearchRequest('eminem', 'stan') result, engine_used = engine.search(search) result.export('stan.lrc') ``` I get the following error: ```bash ERROR:root:'NoneType'...

### Use case Under certain loads, using a database for state management in headscale represents a performance bottleneck. To boost performance while ensuring database persistence, we propose to implement an...

enhancement

**Describe the bug** `swag fmt --dir ../` does not format files in `../**`. It works when doing `cd ../ && swag fmt`. **To Reproduce** In a go project, go into...

**Describe the problem** When trying to ssh onto a peer, authentication times out. **To Reproduce** Steps to reproduce the behavior: 1. Start a client S with SSH enabled 2. In...

triage-needed