mateusz miszczyk
mateusz miszczyk
I think that much greater benefit of distributing trough hex would be ability to use the `Mix.install` function. This could be combined with elixir version managers and ensure that your...
@artembilan Does this example uses some kind of correlationId? If not would would you suggest when dealing with multiple concurrent requests/responses?
I believe you need to downgrade your `openssl`, preferably to 1.0._ I had similar problem on Arch and after a lot of googling I've managed to pinpoint the problem. As...
Erlang/OTP team is currently developing it's own IDE: https://github.com/erlang/erlide_kernel For now it is only an Eclipse plugin, but there is also a language server being developed, and this might be...
@msaraiva Have you considered [Transferring Ownership](https://help.github.com/en/github/administering-a-repository/transferring-a-repository). It might help with [note about project being moved](https://github.com/msaraiva/elixir_sense#note-this-project-has-been-moved-to-httpsgithubcomelixir-lspelixir_sense-any-issuepr-should-be-submitted-to-the-new-repo) and elixir-lsp/elixir_sense would not show up as fork. Only downside would be merger of isssues,...
It seems I've misread the documentation. Somehow I believed that transferring would mean just change the _root_ of the project, but it is more like _moving_ the project to another...
You should be able to simply start with @lavrin set up. It should work in most cases. If you encounter any issues just try to fallow my notes. They should...