Frank Hunleth
Frank Hunleth
Fwiw, my GPT projects have not used partition swapping, but I have one now where it's being considered. If I get a chance, I'll implement it.
The Nerves Livebook firmware provisioning is needed since you download images rather than build firmware yourself. All of the Nerves examples are built, so there are more options available and...
Looks great! I squashed some commits together and merged!
Yes. There's no support for cross-compilation. This came up multiple times when scoping out what we wanted to do for SpawnFest. The Nerves project crosscompiles code for packaging OTP releases...
Hi @Stratus3D - None of us who worked on Bakeware use `rebar3`, so I'm not sure what's involved. Could you also check in with https://github.com/burrito-elixir/burrito? Burrito development has been more...
I think that what you had to do to make this work on CircleCI has made me dislike CircleCI even more. I'd be for searching for CI services that cater...
I think that you're right that it would be possible to use `exec` in the start script. Just as a note, none of us have time to maintain Bakeware and...
This is the biggest feature missing IMHO. I'm not a big fan of reusing the same appname as the cache key since I think this might be a frequent enough...
Yes! In our rush, we totally missed `System.argv`, but we definitely want to switch to that. That will clean up one of the areas that I was unhappy with and...
While I don't maintain this library, I figured that I'd respond since no one else has and these are good questions. @th0mas I'm guessing that a simple one or two...