Randy Secrist
Randy Secrist
We use the IDL as well; it helps us with forward and backward compat checking as schemas advance forward. Currently with erlavro we just hit the schema-registry and pull the...
I just tried adding a customer file today; ran into the same issues. I would really like to see this done soon. Do you all need some help?
@daniel-frak Thanks for sharing. Faker isn't a requirement for me so ... I will certainly check dummy4j out. I find myself writing a lot of things that look like this:...
Also seeing this; ``` ==> Including ERTS 13.0.4 from /opt/homebrew/Cellar/erlang/25.0.4/lib/erlang/erts-13.0.4 ==> Release failed: no match of right hand side value: {:error, :eacces} (distillery 2.1.1) lib/distillery/releases/assembler.ex:863: Distillery.Releases.Assembler.create_RELEASES/2 (distillery 2.1.1) lib/distillery/releases/assembler.ex:290: Distillery.Releases.Assembler.write_release_scripts/1...
Has anyone seen this when using remote_console? If I read this right; it seems like `Elixir.iEx.CLI` is undefined - however it is part of the release and I can see...
@Lucian-Bosinceanu I did try that; and it works great if a full install is available. I am however using the `set include_erts: true` in the `rel/config.exe` .. thus `iex` isn't...
@jweinkam no, not when using a base image with only the release + `erts` (`include_erts `) copied into it. This used to work just fine with OTP 24. (i'm using...
@jweinkam my intuition tells me this is a problem with the erlang boot file -> I can see that the `Elixir.IEx.CLI' module is included in the release; but erlang crying...
So after a new year rest; and some poking - the problem is not that the module `Elixir.IEx.CLI` isn't on the code path ... it is that this value is...
fixed this in my fork: https://github.com/bors-ng/distillery/commit/578f12b5770ddee3e9b0a04d4443581f0b0fd10a