Mike Watters
Mike Watters
**Describe the bug** Ephemeral "Verifying shm-id-XXXXXXXXXXXXXXXX" security popups on x86 macos sonoma (14.2.1) appear due to [use of asmjit](https://github.com/erlang/otp/blob/c5e7a45126542fa8d663299bf856bc1baa2b9af7/erts/emulator/asmjit/core/virtmem.cpp#L550): Opening this issue here because I'm not sure if it's an...
``` -module(thingy). -export([x/0]). x() -> lists:foldl(fun (E, A) -> some_mod:xyz(E, A) end, [], [1, 2, 3]). ``` ``` 1> c(thingy),power_shell:eval(thingy,x,[]). ** exception error: undefined function lists:foldl/3 in function lists:foldl/3 in...
[cli:run/2](https://github.com/max-au/argparse/blob/master/src/cli.erl#L96) accepts a `run_options()` which is later passed directly to functions of `argparse` expecting a `parser_options()`. This leads to dialyzer errors when passing keys which are only allowed in `run_options()`;...
### Describe the bug If invoking `eqwalizer` results in type errors, it would be nice if `elp` returned nonzero. A few cases come to mind where that could be beneficial:...
### Describe the bug It would be nice if `elp eqwalize` accepted multiple specific module names as a middle ground between eqwalizing an entire app/project and single modules. Rationale: I...