Oliver Marks
Oliver Marks
No not attempting any remapping myself just doing some editing. The issue is I have no idea whats is changing the bindings I will try describe-key next time I have...
should either of these work in current versions ?
@kachayev @igrishaev @ztellman what's the status of this pr https://github.com/ztellman/aleph/compare/master...kachayev:ft-unix-socket?expand=1 are we likely to see it merged / what's blocking it ?
agreed dotenv would be nice to use, coming from python and docker you specify your settings in .env files and load them in to configure your services for your environments,...
Okay this is the trace i am getting, ``` Debugger entered--Lisp error: (quit) sleep-for(0.1) camcorder--start-recording() camcorder-mode() camcorder-record() call-interactively(camcorder-record record nil) command-execute(camcorder-record record) helm-M-x(nil #("camcorder-record" 0 16 (match-part "camcorder-record"))) call-interactively(helm-M-x nil...
Found the cause now, its because i am using fish as my shell so camcorder is trying to run the command through fish and throws an error. ``` Illegal command...
Put in a small PR to clarify the issue in the readme. https://github.com/Malabarba/camcorder.el/pull/10 using this resolves the issue (setq shell-file-name "/bin/bash")
I have the exact same issue currently on a minimally configured celery setup. Its a public project so you can pull if this helps debug this, seems very simple to...
Just hit this, seems like this PR https://github.com/prettier/prettier-emacs/pull/69 will fix it anything stopping this being merged ?
hopefully this will help some one else, I think this was the cause. `^{:extra-main-files {:devcards {:main cards.core}}` I changed it to `^{:extra-main-files {:dev {:main cards.core}}` the key must have to...