Josh Kalderimis
Josh Kalderimis
### Environment * Credo version (`mix credo -v`): 1.7.11 * Erlang/Elixir version (`elixir -v`): 1.18.0 * Operating system: Mac 15.1.1 ### What were you trying to do? ``` defmodule NervesHub.Errors.Unauthorized...
I'm unsure if this is the best approach, so consider this more of a draft than a complete solution. The intent is to use the `JSON` module from Elixir 1.18.x...
This addresses an issue where the reported active partition (`nerves_fw_active`) is not correct after an upgrade and before validation has occurred. Firmware validation can take a while, and if you...
### Describe the bug I work on an open-source Elixir project called NervesHub. These last few days I have been working on adding aarch64 support to our docker image. When...