Romans Malinovskis
Romans Malinovskis
After a long break I'm checking VimR once again. Clearing out my "~/.config/nvim" folder and following instructions here https://github.com/LunarVim/Neovim-from-scratch with neovim-0.6 **break icons in VimR**:  Same config from `kitty`...
Resolves: https://github.com/tellerops/teller/issues/277
A typical expected behaviour for any options would be: 1. take from command-line arguments (if supported) 2. take from ENV variables 3. take from .config-files Looking at this code however,...
While it's possible to my tokens with this: ``` curl \ --header "X-Vault-Token: $VAULT_TOKEN" \ --header "X-Vault-Namespace: my-namespace" \ --request GET \ ${VAULT_ADDR}v1/secret/data/my-path ``` Teller does not offer an option...
Resolves #286