Markus Banfi
Markus Banfi
Thank you very much for this great application. It helps a lot in noisy open office environments. Especially in combination with noise-cancelling headphones. I would like to suggest an additional...
The README mentions configuration file `~/.config/konsave/config.yaml`. The actual filename is `~/.config/konsave/conf.yaml`.
**Describe the bug** It looks like release v0.26.0 was tagged before the changelog information was added to `CHANGELOG.md`. The text is present in the most recent version of the file...
I cannot remove a distrobox container without using `--force`. It looks to me like `distrobox-rm` is starting the container (running `distrobox-enter`) to find out about exported apps. But it does...
Currently (uv v0.3.5) if a constraint is used with `uv tool install` the version/restriction is pinned and subsequent `uv tool upgrade` commands might not update to a newer release. E.g....
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
The `install.sh` script is checking if the environment variable `XDG_DATA_HOME` is set: ```bash if [ -z "$XDG_DATA_HOME" ]; then LOCAL_INSTALL_DIR=~/.local/share/konsole else LOCAL_INSTALL_DIR="${XDG_DATA_HOME}/konsole" fi ``` But the script also does `set...