Markus
Markus
in the pass cmdline tool you can init a password store(or a subfolder) with mutiple keys: ``` pass init ``` these key ids are in a file .gpg-id in the...
using `api` does not work very well with ghe hosts, you need to set GH_HOST env variable `gh repo view` allows you to use also a full url for ghe...
im curious why this does not to be changed: https://github.com/petertriho/cmp-git/blob/main/lua/cmp_git/sources/github.lua#L267 the output from `api` is a bit different then from `repo view`
I have the same problem,after some digging i believe this is due to a hard coded version in yaml-language-server itself: https://github.com/redhat-developer/yaml-language-server/blob/main/src/languageservice/utils/schemaUrls.ts#L8 as workaround i "patched" the node files in the...