Niklas Johansson
Niklas Johansson
Update some of the dependencies.
Makes it easier and clear for newcomers to use and install the library.
To further improve the code quality of elixir-socket, add a github action. The action makes sure to build and test the project against a combinations of erlang and elixir versions.
It is sometimes useful to be able to configure the precision globally for decimal. Especially when working with very large numbers. If you have any suggestions or improvements please feel...
There are two main reasons for this PR. 1. There was a security problem reported in https://github.com/googleapis/elixir-google-api/pull/10753 that seems to have gone stale. This PR does the same change for...
I think it would be very helpful if we create a couple of minimal examples in the meta-erlang organization. Then we add the recipes in meta-erlang - recipes-examples. I think...
## Motivation I've added a Dockerfile to add support containerization. Especially useful for ephemeral networks. ## Test Plan none ## Related PRs none
## Motivation It is convinent to be able to specify both IPs and hostnames as peers. Especially, when you are building ephemeral testnets and want to specify peers as ```...