Results 89 comments of Andrea

@hb9 that is helpful indeed! I knew about a previous ob-scala that was actually meeting this use case scenario, but I think the current one should still satisfy it (otherwise...

By the way, I have automated the setup to use org and ensime together. Maybe you could find it useful as well: https://github.com/ag91/EasyOrgEnsime I welcome feedback :)

@cpitclaudel lsp-metals seem to wrap all commands in Emacs command (interactive functions). For your question you have: `lsp-metals-run-scalafix`. At least that command could use some love for error messages: if...

hey, just gave a look at this issue out of curiosity. According to https://docs.docker.com/build/ci/github-actions/multi-platform/, this could be solved with just a line added [here](https://github.com/scalameta/scalafmt/blob/master/.github/workflows/ci.yml#L138) : ``` platforms: linux/amd64,linux/arm64, darwin/amd64,darwin/arm64 ```...

good point! It seems the `scalafmt-macos` is created already [here](https://github.com/scalameta/scalafmt/issues/3542). So I guess that may just need an if else in the Dockerfile to copy the right binary file (or...

> I'm a bit confused by [the docs](https://mikefarah.gitbook.io/yq/v/v2.x/merge) implies this elegant `yq m file1.yml file2.yml`, and the readme that outlines `yq -n 'load("file1.yaml") * load("file2.yaml")'` > > Is the coolio...

Thanks for pinging us :) And keep up the continuous improvement: it will get you far pretty soon! Have you found one of the buddies (in the README's list) that...

(Thank you for your availability!) On Thu 21 Apr 2022 at 22:32, Adam Porter ***@***.***> wrote: > Hi Andrea, > > I'm willing to be someone's Emacs buddy for a...

thanks for sharing how you made it work: I will review the README with your instructions :) About your question, I think the default keybindings of Nyxt may be different:...

Well you can edit Nyxt to do what you want. You need Sly or Slime to send text to Nyxt if you start from Emacs. When you use `edit-with-external-editor` you...