Digit

Results 49 comments of Digit

For those who are still waiting for the PRs there's a quick workaround you can do in your environment that requires no modification to the library: Export the paths for...

@bsedat @QuinnWilton I believe we can remove the base64 encoded hack for windows, since we're no longer going to be passing the args through any of the batch files, and...

> I wonder if we should have apps set `include_erts: false` and `include_executables_for: []` in their mix release? this is a good note, I want to do some experiments on...

> > I think we'll also need to pass along the `-config` arg to erlang. I'm still looking for where the runtime config provider receives the temporary config file to...

Hello! We have an existing issue regarding supporting startup without `epmd` -- I have to look into the issue (https://github.com/burrito-elixir/burrito/issues/26), but I'll be away at a conference this weekend, and...

Sorry for the wait, I can confirm that I'm seeing the same error with the example app, working on a fix now!

Alright, I just pushed a new WIP branch `digit/epmd-shim`. 1. Try updating your git `mix.exs` dep line to use that branch instead of `main` 2. Use this in your VM...

Interesting proposal! I know someone has gotten Erlang running on iOS devices. I haven't investigated this myself. I'll tag this issue so we can do some research

I haven't tested running a burrito app as PID 1... I may do some testing around this later today!

A PR for this would be very welcome. I think using an env variable would be a perfect solution, if we find one we can utilize it, otherwise just continue...