Michael Englehorn

Results 9 comments of Michael Englehorn

I just ran into this as well. ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) expand-file-name(nil nil) f-expand(nil) f-long(nil) f-full(nil) git-run("clone" "https://github.com/pschorf/helm-spotify.git" "~/.emacs.d/git/helm-spotify") git-clone("https://github.com/pschorf/helm-spotify.git" "~/.emacs.d/git/helm-spotify") eval-region(14452 14539) ; Reading at buffer...

I fixed it with this. ``` (if (git-repo? "~/.emacs.d/git/helm-spotify") (progn (add-to-list 'load-path "~/.emacs.d/git/helm-spotify") (load "helm-spotify")) (progn (let ((git-repo "~/.emacs.d/git/")) (git-clone "https://github.com/pschorf/helm-spotify.git")) (add-to-list 'load-path "~/.emacs.d/git/helm-spotify") (load "helm-spotify"))) ```

I'll add a +1 to requesting support for FIDO U2F.

I just fast-forwarded my repo, and signed my commits. :smile:

Change post.ssl_verifypeer to false, not zero.

It's a Cisco router, and it's in the logon banner I believe.

That's not really a fix.. That's restricting what I can have in my configs, rather than fixing RANCID. Maybe this is something I should open with upstream?

+1 This would be really awesome

I am having the same issue with my key. `▶ INFO Bundle unlocked: 7502F475E7B6CCB9` `▶ ERROR key generation error: bad signature: Unknown signature subpacket: 33 (error 1002)`