Franziska Kunsmann

Results 62 issues of Franziska Kunsmann

This module adds support for displaying informations about the current trip on Deutsche Bahn high speed trains in i3pystatus. On click, travelynx (a popular trip-tracking tool) will open to allow...

``` ✘ kunsi-t470 pacman pkg_pacman:iptables failed │ installed yes → no ╵ │ ├─ pacman -Q iptables (return code: 0) │ │ iptables-nft 1:1.8.7-1 │ ├─ pacman --noconfirm -Rs iptables...

``` /home/kunsi/git/bundlewrap|main✓➤ bw items --repr rx300 | grep ZFSPool /home/kunsi/git/bundlewrap|main✓➤ bw items --repr rx300 zfs_pool:tank { "autotrim": true } ``` I'd expect `bw items --repr rx300 zfs_pool:tank` to also show...

``` ✘ aurto pacman pkg_pacman:iptables-nft failed │ │ installed no → yes ╵ │ ├─ pacman -Q iptables-nft (return code: 1) │ │ error: package 'iptables-nft' was not found │...

I'm using dict_to_toml() to generate a config file, which contains Faults. I noticed dict_to_toml() doesn't convert Faults to strings. I have patched my local installation as follows, but i'm not...

It would be nice if the releases published to github would include a `SHA256SUMS` file containing all the sha256sums for the uploaded prebuilt releases. This would allow users to verify...

I encountered an issue this morning, where media-repo would stop serving files. The logs looked insuspicious: ``` Dec 25 09:34:54 rx300.kunbox.net media_repo[3243188]: time="2021-12-25 09:34:54.334 Z" level=info msg="Received request" contentLength=0 contentType=""...

bug
crash
caching

When enabling fuzzy search, a search for 'ang' will return `17 hackint.#33c3-hall-g 18 hackint.#33c3-lounge 29 hackint.chaos-angel` I'd expect to have 'hackint.#chaos-angel' first, because it's a better match to what i'm...

bug

When running `occ fulltextsearch:test`, i get the following output ``` > sudo -u www-data php --define apc.enable_cli=1 occ fulltextsearch:test The process control (PCNTL) extensions are required in case you want...

Most implementations of a password manager sort the entries alphabetically, so passdmenu should do that too. Maybe there should also be a option to choose wether the dmenu should be...