elixir icon indicating copy to clipboard operation
elixir copied to clipboard

Elixir is a dynamic, functional language for building scalable and maintainable applications

Results 103 elixir issues
Sort by recently updated
recently updated
newest added

### Elixir and Erlang/OTP versions ❯ elixir --version Erlang/OTP 27 [erts-15.1.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns] Elixir 1.17.3 (compiled with Erlang/OTP 27) ### Operating system Arch Linux x86_64 6.12.1-arch1-1...

App:Elixir (stdlib)

I’m suggesting that this is built into the mix dependency resolver. Right now the following happens all the time: * I want to add `foo` to my app. I already...

App:Mix

override_for gives more information about when deps should explicitly be overridden or not. If a dep no longer needs an override, a message will be written indicating so. Alternatively, if...