Ricardo Lanziano
Ricardo Lanziano
@joetri The current scaffold provides a working example. Unfortunately, there are no tutorials besides the README and @fukamachi blogposts. You might want to take a look at the following examples:...
@joetri Found another one here: https://github.com/satoshi-kubota/study
AtomVM implements a subset of Erlang and there is currently no OTP support. That means most of the libraries that `contexterlang` uses are not avialable and must be backported. `contexterlang`...
I agree with @OvermindDL1, LFE also has docstrings (but we don't support doctests though)
@yurrriq is right, EDoc format should be used to ensure compatibility. Also keep in mind that documentation for alpaca code is probably going to be published in hexdocs.pm Regarding verbose...
Reacting to data emited from site A in site B is something I was also looking for with hook.io. One of the features we looked over was the ability to...
I've been able to hit this bug after updating to `4.4.1` from `4.4.0`. Changing to `127.0.0.1` fixes it as @lucas-nelson suggested. I'm using Erlang/OTP 20.x/21.x and Elixir 1.6/1.7. I'm getting...
> Any news on this ticket? Not that I'm aware of. We moved on to a different HTTP client.
For those who are having issues with M1, the aeternity fork compiles and loads just fine: https://github.com/aeternity/enacl
@ebostijancic is this within a release? the error is `"module could not be loaded"`, maybe you need to update your `:extra_applications`? Is probably a good idea to include `:ssl` in...