Jason Axelson
Jason Axelson
@ityonemo I've added a test case at https://github.com/ityonemo/elixir/pull/1 I'd love for this to go through so I can use it to print out richer information about sandbox/allowance failures from a...
Nice! Thank you José!
FYI I have a local branch for this although I'm still integrating it into a project that I have before pushing it up as a PR.
Are there any workarounds for this in the meantime? It seems like we'd have to go back pretty far to avoid the changes from https://github.com/erlang/otp/pull/7503 and https://github.com/erlang/otp/pull/6736
Hmm, we're currently using OTP 26 so I guess you have a report of it now :smile: I did find some modules in our dependencies that have `on_load` callbacks (via...
> * create the `/etc/atuin` directory > * chown/chmod the `/etc/atuin` directory so it was owned by the `atuin` system user I just created (otherwise systemd chokes on bad permissions)...
Ah, I think 0.26.1 (released a few minutes ago) fixes this part of the backwards compatibility. Timex now compiles for me. https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md#v0261
Is it possible to create something like an "Enhanced Standard Mode" that would be like Standard Mode but it uses the match scores? One of the main reasons I want...
Great, thank you!
If anyone is thinking of picking this up, I think igniter would be a good library to use because it is built to support code patching: https://elixirforum.com/t/igniter-a-code-generation-and-project-patching-framework/64181