Nicholas Vollmer

Results 282 comments of Nicholas Vollmer

Here's a gist with my current workaround: https://gist.github.com/progfolio/612b625afb176308c07ade86ed2c474c If I re-order the use-package declarations (loading general before evil), Emacs will take much longer to load. As it stands I don't...

I see. Unfortunately, it does not seem to make a difference. evil loaded before general (current workaround): `Emacs loaded in 2.42 seconds with 0 garbage collecitons.` general loaded before evil,...

Just an FYI. I wrote [yodel](https://www.github.com/progfolio/yodel) with these kinds of tests in mind. Here's a demo with your current test case: [Yodel](https://github.com/progfolio/yodel) Report (2022-06-08 15:05:14): ```emacs-lisp (yodel :save "yodel-magit" :interactive...

> What about the second run? That was the second run. `:save path` preserves the environment between runs. On your first run you would see much more output from straight...

> I would hope that alternatives like Straight would, but I don't know if that's implemented. Not currently implemented. > ... async package installation? Does Straight support that? Packages are...

> Are you using the matrix.org homeserver? I am. Haven't had much time to dig into this, but I'm still able to reproduce. Here's a backtrace: ```emacs-lisp Debugger entered--Lisp error:...

> Try setting the plz curl arguments to disable HTTP2. I doubt that will make any difference, though, since the response seems to be parsed correctly. Added the `--http1.1` option....

Still haven't had time to look into this, but I did have time to work around it in case anyone else bumps into this: ```emacs-lisp (define-advice ement-api-error (:around (fn &rest...

Good catch. Taken care of.