Richard Carlsson
Richard Carlsson
Just opening an issue here to have a little chat. You seem to have some interesting features here, and I'm wondering if you have at all considered submitting some PRs...
Sort the entries for readability. Document the exit/0 builtin. Move the code for the builtins help to the shell module itself to make it easier to keep it in sync....
Ensure that the UI is consistent (help messages, menus, etc.) and that it's easy to grep in the code for key combination mentions. - Use `+` to write key combinations...
When using `(setq prefix-help-command #'embark-prefix-help-command)`, normally everything is fine, but for some reason in combination with `lsp-mode` (which uses a right-click popup menu), it doesn't show you the actual key...
I was hoping that I could get the C-h paging in which-key to work with Embark via the `embark-which-key-indicator` from the Wiki (https://github.com/oantolin/embark/wiki/Additional-Configuration#use-which-key-like-a-key-menu-prompt) by doing `(setq embark-help-key "?")` to leave...
With the new pixel-scroll-precision-mode in Emacs 29, trying to scroll the Actions window to see all available actions just causes the window to disappear again. Apart from hopefully fixing this,...
Uses the latest version of mnesia_rocksdb, which switches to the EMQX-maintained fork of the erlang rocksdb binding. Libtool it's not automatic in recent Ubuntu releases and has to be listed...
Replaces the single devcontainer specification file with three different ones (focal, jammy, and noble). VSCode will ask which one you want to use, so you can easily switch between building...
The sys.config.src file may since OTP 21 contain env variables with defaults using the standard shell syntax `${FOO:-some_default}`. The only place where Rebar itself needs to worry about this is...
When the system is started using foreground mode, i.e., with the `-noinput` flag, as when running in a Docker container, we want all logging to go to the console only,...