Brandon Staab

Results 9 issues of Brandon Staab

The `if_existing` statement does not work with environment variables such as `$HOME`. It does work with relative paths. As a side note, does `if_existing` cache results between refreshes? If it...

The command `ls` supports the environment variable `$TIME_STYLE` https://www.man7.org/linux/man-pages/man1/ls.1.html It would be nice if `g:blamer_date_format` could detect if the variable is set and use it. Right now I am resorting...

enhancement

Currently a file/directory can be ignored with `--ignore-glob `. RegEx can express things that Unix globs can not and are more familiar to some people. A possible use case for...

In the freenet.ini there's the option to change the location to folders. when changing the `node.install.userDir=` option sone does not move it's folders along with it, instead it continues to...

accepted

Consider the following site for example: https://www.boost.org/doc/libs/1_60_0/libs/graph/doc/adjacency_list.html Before: After: One possible solution to make the image viewable would be to invert the colors when a transparent background is detected and...

Version: `stderred-git v1.0.r49.g97a51c9-1` Kernel: `6.12.6-zen1-1-zen` OS: Arch Related issues: #85 Unload everything: ```bash unset LD_PRELOAD unset STDERRED_ESC_CODE unset STDERRED_BLACKLIST gpg --list-keys ``` GPG works as expected. Next set `STDERRED_BLACKLIST` ```bash...

Trying to use `handlr set 'application/pdf' zathura` does not stop gimp from opening pdf files. Here is the output of running a few commands sequentially: ```console $ handlr --version handlr-regex...

enhancement

A user could temporarily disable a style sheet on a tab or could disable a sheet for a period of time. Sometimes a global style sheet is good enough for...

The other format characters work: ```console xkblayout-state print "%c, %n, %s, v, e, %C, %N, %S, %V, %E" ``` But `%v` and `%e` do not work: ```console sh-5.2$ xkblayout-state print...