Le Wang
Le Wang
- magit uses "git config -z --get-all branch..pushRemote" as the push-branch and handles merge-branch differently.
In my case the buffer-name is different to the file-name which causes an error. The fix here tries to go from buffer-name->buffer->filename.
use kill-buffer-query-functions instead of kill-buffer-hook.
Hi, I edit files from it's all text, as well, and have my major-mode all set up through auto-mode-alist. Can you mention in the docs that people can use the...
I don't want to use smartparens, it fights me too much. You shouldn't force people to pull in a huge package just to navigate sexps which Emacs is perfectly good...
Consider: ``` (flx-get-heatmap-str "*group*") ; [84 -2 -3 -4 -5 -6 82] ``` The first "*" is considered the beginning of the word instead of "g". This should be changed...
I encountered error when video title contained "`" character.
This stuff is very stateful, a table will help a lot. I'll add PR if I find the time to do it.
**version** babashka versions v1.3.191 and 1.4.192 not sure internally what version of sci **platform** all **problem** We talked about it on [slack](https://clojurians.slack.com/archives/CLX41ASCS/p1727209527865439?thread_ts=1727111217.115569&cid=CLX41ASCS) . - [implementation](https://github.com/babashka/sci/blob/1be183f024abb971d3bb0ca22f5fbb18a8d3a4f1/src/sci/impl/analyzer.cljc#L960) @borkdude mentioned this is a...