Gary Oberbrunner
Gary Oberbrunner
Ah, I think I see what's going on -- ag uses `--column` so the matches look like this: ``` tests/unit/store/project.spec.ts:12:8:import shotStore from '@/store' ``` Note the `:8` which I think...
Answer: use the `wgrep-ag` package; that fixes this.
Just want to chime in here; this would be a very useful feature. As part of my build I download a software package and unpack it. It has a version...
Came here to report the same problem, running exa 0.10.1 on MacOS, but discovered in my case even though I had a `.gitignore` I had not done a `git init`...
I'm having the same issue. Getting many "Failed to resolve component" warnings during build. But the result does work.
I'm seeing the same thing with latest trunk emacs build. I added this to work around it -- not perfect but helps for me: ``` (setq sml/extra-filler -6) ```
I'm still around, sorry I've moved on to other things and haven't kept up with three.js much recently -- but would be happy to review color workflows with you.
Sure, those are decent workarounds -- or Vue users can just always remember to start eglot with point in the HTML section of the file, typically at the top (where...
Yes, that does work, thanks! It only gets confused if I do `eglot-reconnect` or start it directly. (By the way, if I do `eglot-reconnect` with point in a typescript section,...
I see. Is there any way to just make it not fail there, so I can just type any identifier (without completions)? Perhaps this isn't an eglot question but more...