Manfred Bergmann

Results 102 comments of Manfred Bergmann

Indeed the license has been changed about half a year ago. I'll make a PR shortly.

I would also be curious about this as my blog web page depends on it.

I'm not sure about the visual result. I'd need to clone when done in your fork and have a look I guess. Which spec was the current implementation based on?

I use a fiveam fixture to start/stop the server for high-level test cases: ``` (def-fixture with-server () (start) (sleep 0.5) (&body) (stop) (sleep 0.5)) (test handle-index-route "Test routing of index."...

It would be great to close the ticket if you are satisfied with the answer and there is no bug or feature request.

AFAIK this is default in Emacs master branch? So any nightly will have it.

The ElixirLS (https://github.com/elixir-lsp/elixir-ls) project has gotten quite some traction because Alchemist was kind of abandoned. ElixirLS works again an LSP frontend that is either lsp-mode or eglot. Not sure if...

> I don't disregard the work done on language server for Elixir, just want to say that Emacs can actually provide more tooling for the language than just an LSP...

Please merge this PR. "C-c a" causes some trouble: #354 However, there might still be a problem with configuring the default keybinding.