darkfeline
darkfeline
Starting an async process for fast operations is clunky, so add a new option/feature for skipping async if the operation is fast. Same device renames are fast (since it's just...
async dired operations cause Emacs to hang sometimes. For example, when renaming a small file asynchronously, shortly after triggering the rename, Emacs locks up for half a second. Not sure...
I would find it useful to run specific dired commands as async. Having to toggle `dired-async-mode` before and after a single rename or copy is annoying if you don't need...
Can you add no syntax highlighting mode? It's a great fallback for unsupported languages or short snippets of language-agnostic values.
`dumb-jump-mode` is a global minor mode and no buffer local version is provided. This means that without writing custom code, a user cannot selectively enable `dumb-jump-mode` for only some modes...
Fixes https://github.com/flycheck/flycheck/issues/1805
When `ob-http` is enabled at startup through customize, it will infinitely recurse: org -> require ob-http -> require org -> ... Looking at the other `ob-*` libraries, it should not...
Fixes https://github.com/sqlc-dev/sqlc/issues/2905
### Version 1.25.0 ### What happened? When a sqlite integer primary key is declared in a separate line, the generated type is nullable even though sqlite constrains the type to...
### Version 1.25.0 ### What happened? SUM of INTEGER field has inferred type `NullFloat64` when it can be inferred as `NullInt64` ### Relevant log output _No response_ ### Database schema...