Frederick Zhang
Frederick Zhang
@nasa-dan Did you set `$CONF['admin_email']` (and `$CONF['admin_smtp_password']`)?
Thank you! And this apparently also fixed the conflict in Neo-Tree pop-up somehow. I used to get 'buffer not modifiable' warnings after hitting Enter in Neo-Tree fuzzy search pop-up (by...
Does #835 fix both this and #295? I added the [gist](https://gist.github.com/magicdude4eva/2d4748f8ef3e6bf7b1591964c201c1ab) in above comment to my `.zshrc` over two years ago. I just commented it out and tested it again....
It's been a while now but IIRC the motivation was that git-credential-keepassxc should try at least returning one entry as long as KPXC gives us anything, and only use the...
1. `git-credential-keepassxc -vv configure` 2. Did you enable KPXC browser integration and can you find out where the socket is?
Shouldn't it be ```toml [install.scopes] "@company" = { token = "", url = "https://gitlab.com/api/v4/projects//packages/npm/" } ``` ? And btw 1. I don't think `// comments` are allowed in TOML? They...
> These aren't comments. They are actually used in `npmrc`. > > I did try the way you have mentioned however @Frederick888 and the main issue is not being able...
`git-credential-keepassxc caller me` should've added a 'caller profile', unless you cancelled it of cos. 1. Does `/home/XXX/.config/git-credential-keepassxc` exist? What's in it? 2. Do you have `rwx` permission to `/home/XXX/.config`? 3....
And `rw` on the config file too? And you did hit Enter after `git-credential-keepassxc caller me`, it reported no errors and wrote an empty config file? Try it again? The...