Benedikt Vollmerhaus
Benedikt Vollmerhaus
Currently, Polybar only supports color definitions in (A)RGB hex triplets. It would be nice to have additional, more human-readable formats such has HSL(A) or RGB(A). Especially HSL would allow for...
## Issue One of my contacts deleted their Wire account. However, they are still shown as "_default_" in my contact list, and the chat I had open with them can't...
`pysipp.server()` and `pysipp.client()` appear to be implemented identically, the only exceptions being their respective default scenario name and the fact that `pysipp.server()` is not supposed to accept a `destaddr` keyword...
**OS:** LineageOS 18.1 ([Unofficial](https://forum.xda-developers.com/t/lineageos-18-1-for-sm-t580-gtaxlwifi-and-sm-p580-gtanotexlwifi.4274293/)) **ACC Version:** `v2022.7.30-dev` **Magisk Version:** `25.2` ### Setup I just set up a Samsung Galaxy Tab A 10.1 (2016) with a clean installation of Lineage 18.1...
This PR extends `docker-run.sh` so that it passes additional arguments on to mautrix-signal (once the requisite files exist and the bridge is started). In particular, this should make it easier...
The `mautrix-signal` binary provides a few command line flags to modify its behavior, most recently `--ignore-unsupported-server` as a workaround to make it function with Dendrite (at least its current `main`...
The `add_watch` function only supports strings when supplying the path to watch. Thus, if one uses Python 3.4's `pathlib` module for paths, it has to be converted to a string...
### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description We have a set of models whose field values need to be serialized in specific formats...
## Description I've been using heapless's `HistoryBuffer` (now renamed to `HistoryBuf`) as a sliding search window with much success. More precisely, I have an iterator over a substantial number of...