Alexey Alekhin

Results 157 comments of Alexey Alekhin

I think, it's worth to mention for @Marvin182 or anybody else who uses similar approach, that there is a cool plugin [SublimeSBT](https://github.com/jarhart/SublimeSBT) which allows you to do continuous recompilation or...

Hi @Morsby! I just tried your fork and it _does_ work 👍 Thanks a lot! You should probably send a pull-request here.

A potential use case for being able to run the plugin and use its output locally: - https://github.com/scala-steward-org/scala-steward/discussions/3107

I noticed this line in the logs: ``` [info] Submitted successfully as https://api.github.com/repos///dependency-graph/snapshots/1234321 ``` And I tried getting that snapshot via API: ```shell gh api 'repos///dependency-graph/snapshots/1234321' ``` The json I...

Would it be possible to add a command to "Disconnect from the build server" and some indicator of wher Metals is connected to a build server or not? Then the...

Hi everyone! Unfortunately, neither me, nor @ncordon have access to this repo since we are not in the @ohnosequences org anymore. @eparejatobes would you be willing to transfer this repo...

@jcready could you update/rebase this?

Thank you for opening a pull request @satorg. I refrained from doing that to have a discussion on the design with the maintainers before contributing it, but I guess it...

Oh, I really didn't mean that I have anything against this PR. Sorry if it appeared so! 😅 Please, feel free to reopen and carry on, I think it will...

@dglAndlele you should probably try https://github.com/ensime/ensime-atom. It's much of a work in progress, but it has the mentioned autocomplete functionality, as well as jumping to the symbol definition and some...