Nicholas Vollmer
Nicholas Vollmer
I'm unable to reproduce the issue so far. How do you have git installed?
Is the variable `w32-quote-process-args` set to a non-nil value?
Unfortunately that fix will break things on the linux side of things. I'll have to play around more in a VM or on my work machine to see if I...
@voslin Thank you for the data point. > "too many files open" messages Setting `elpaca-queue-limit` should help with that.
Working on a redesign of the way build steps are handled which will allow for installing directly from a single file. Will ping when ready. Thank you.
I've made some progress on the https://github.com/progfolio/elpaca/tree/feat/refactor branch. First, I refactored the way build steps are determined. The `elpaca-build-steps-functions` can be used to contextually determine the correct build steps for...
> This looks like a big step forward! I'm glad to see this, both for single-file > and local-repo cases. Is it close enough for me to try, or should...
Thanks for taking the time to fill out a bug report. The error you're seeing points to a syntax error in the cached recipes for MELPA: > (invalid-read-syntax "# "...
Interesting. Does the error occur in the following test environment?: [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ``` emacs-lisp (elpaca-test :interactive t :init (setq first-run (not (file-exists-p (expand-file-name "tabnine" elpaca-repos-directory)))) (elpaca (tabnine...
Thanks. It looks like the install didn't go smoothly in that test environment for some reason. Can you try running this one instead?: ```emacs-lisp elpaca-test :interactive t :keep t :init...