Aaron Zeng
Aaron Zeng
It's easy enough to open all of your agenda files by just running org-agenda-list (e.g., `SPC a o a`). Meanwhile, it's often the case that for a user with lots...
FWIW (in merlin) annotating types works just fine in `[%message x]`. It's the fact that `[%sexp x]` _is invalid_, i.e., the ppx raises an exception, which means that merlin cannot...
The Heap implementation has been replaced with a Fibonacci heap, rather than an array-based binary heap, at this point. I think, if the heapsort were ever to be implemented in-place,...
@abo-abo @localauthor @seagle0128 sorry for the ping. Is this package still maintained, and if not, are you looking for maintainers? (last commit was two years ago, and some recent straightforward...
I am still experiencing this issue but it appears there have been no responses on the issue in the upstream repo.
One might reasonably want "pretty printing" of JSON to include sorting keys, or at least some other way of producing a "canonical" JSON document (for determinism, etc.). I suppose the...
> It ensures that `$WATCHDOG_USEC` was not set accidentally or from some parent process which handles notifications for us, but that notifications are actually expected from Maestral's process itself. Makes...
This is still a valid issue.
I identified two problems: 1. `spacemacs/cycle-spacemacs-theme` currently passes only the theme name to `spacemacs/load-theme`, however, it needs to pass the full `(THEME-NAME :location ...)` or whatever in order to set...
Hi @abo-abo, could this be merged? I would like to be able to add support for using helm-make with vertico in Spacemacs. Thanks!