Salle Helevä
Salle Helevä
Implementation for #701. Added option `dirpreviews`. When enabled, the selected directory is passed to previewer script. Implementation essentially just adds another channel for directory previews `dirPreviewChan` and a corresponding goroutine...
Implementation for #1042, flag `--print-exec` The flag causes the commands that are going to be executed to first be printed with colored highlighting. Highlighting uses the same logic as when...
Album art is not displayed and the function `display_cover_image` in file _ncmpcpp_cover_art.sh_ outputs the following error. ``` Traceback (most recent call last): File "", line 8, in File "", line...
I get the error `missing field exp at line 1 column 160` with the following struct using a generic parameter `T` in my JWT claims. The error is raised when...
## Issue: Two indices created when using syntax `uniqueIndex:custom_index_name` ## Expected result Using the uniqueIndex with a custom name for the index creates just one unique index with the given...
I would like to be able to require an API key for communicating with my agent via the direct client rest API. I did not find a built in way...