darkfeline
darkfeline
Renaming a file in the same directory using dired-async hangs for a good 2-4 seconds (specifically, any async operation that finishes too quickly). So this saves me 2-4 seconds each...
Hm, this is going to be one of those tricky bugs to reproduce. I have a hunch it has to do with having NFS mounted buffers open.
I can see two ways this would work: either the file is removed from the castle locally and put back into its location in home, and on other machines the...
@andsens +1 Sounds good. What makes sense "git-wise" is to check out the lastest version before copying it out, but as a user copying out as-is is more intuitive. Though...
I think I'm still seeing this at 3bb45afccb9f17758c5604e4d883c769f4fc3545. Calling `org-roam-extract-subtree` results in a new file where the title is after the first paragraph. Edit: Oh wait, I think I'm behind,...
Another bit of missing support: it seems that gddo does not support this in `go help importpath`: ``` When using modules, an additional variant of the go-import meta tag is...
I'm not sure. The Emacs manual states that all functions are allowed to change match data, so there's nothing specifically wrong with `flycheck-buffer-automatically` overwriting match data. It's only timer functions...
Okay, sure. I'm keeping the `save-match-data` in the timer and change hooks though, since I'm paranoid something may get added there in the future that changes match data again.
I have a similar report to add. When running Chrome with flatpak, there will be a process with a sandboxed `XAUTHORITY=/run/flatpak/Xauthority` envvar. autorandr will try and fail to use that...
It looks like an error in how you formatted the documentation. Like the output is saying, duplicate tags are detected. Vim uses asterisk surrounded text for its help tags, which...