gcv
gcv
Sample implementation here: https://gist.github.com/1095841
Do whatever is necessary to allow dgraph to work in ClojureScript.
Right now, a computation kicked off using any of the `julia-snail-send-*` commands cannot be interrupted.
See https://github.com/JuliaLang/julia/pull/38791 for details. This might already work with Julia 1.8. If not, it would be a worthwhile addition to Snail's completion feature.
Cmd + dot on a hardware keyboard seems to send the same thing to Blink as the physical Esc key. This breaks using something like `M-.` in Emacs. I suspect...
Starting a new eshell in the same directory should be sufficient. https://old.reddit.com/r/emacs/comments/135oyr6/_/jitqyvq
I had to comment out `persp-maybe-kill-buffer` use in `kill-buffer-query-functions`. See https://github.com/nex3/perspective-el/commit/3e4efaba598bb01834bbc4fbeb3e1d7b48579624. `persp-maybe-kill-buffer` is pretty slow since it does a lot of traversing across perspectives and buffers. And it gets called...
CSTParser is a fine piece of software, but, as noted in #56, does not have a public API. Right now, for people building tools on top of it, this can...
By switching to tree-sitter, built into Emacs as of version 29, all the questions Snail asks of CSTParser can be answered without leaving Elisp. This will be a significant benefit,...
Right now, Pyperclip-based clipboard integration does not work with tmux. Or, as far as I can determine, under anything else that does not set `DISPLAY` and install `xclip` and do...