Jen-Chieh Shen

Results 912 comments of Jen-Chieh Shen

Oh, I guess I cannot just evaluate `blamer.el`. 🤔 It kinda works now. ```diff +(defvar blamer--sideline-callback nil) (defun blamer-async-sideline-backend (command) "Async backend provider for COMMAND in the `sideline' package." (cl-case...

It looks like it works but not sure why it has so many spaces? 🤔 Adding `string-trim` can resolve this issue. ![Image](https://github.com/user-attachments/assets/9d942612-df72-4f3e-af13-1bfb4b77252f) There is another issue: when the mouse moves...

> Is this similar to https://github.com/emacs-tree-sitter/tree-sitter-langs/issues/939, where the grammar doesn't compile and therefore isn't updated? Yes, you are correct. > What's the error? Do the upstream maintainers know? Can I...

It seems like it can be compiled on aarch64 but not on x64. 🤔

My best guess is that the environment differs slightly—either due to Nix or GitHub Actions. 🤔

Yeah, this could be an issue since I don't know if there is a flexible way to define these values.🤔

Yeah, you can now use `M-x copilot-install-server` to install the server.

The command line has been changed to `node copilot/dist/agent.js --stdio` based on their README page.

Can you try #305? 🤔

I’ve encountered a small issue: the mark stays active when I return to the original buffer. I’m hoping this isn’t intentional, as it can be a bit annoying.