macpie
macpie
Example: https://macpie.github.io/erlang-libp2p/
Hi, I have found that I can register a shared global property but cannot unregister it. Here is what I have found in `gproc_dist`: ``` reg_shared({_,g,_} = Key, Value, Attrs)...
To add a `git` `pre-commit` hook format verification you can create a file named `pre-commit` in your repo @ `.git/hooks/pre-commit`. With the following content: ``` #!/usr/bin/env bash ./rebar3 fmt --verbose...
When a device is created, Router create keys for the only purpose of connecting to AWS. Those keys are only stored in Router, this is causing an issue when devices...