Carlo Gilmar
Carlo Gilmar
Hi everyone! I'm reading all your ideas, and are so great! Right now I have to teach Elixir from zero and I was reading the Elixir School guides and looking...
Worked fine 🚀 I just needed: 1. Uninstall my Erlang and elixir versions 2. Install the `unixodbc` using brew 3. Link it 4. Export the variables 5. Reinstall again Erlang...
Thanks @josevalim ! This are the images that I drew based on the docs, maybe if there any feedback or recommendations I could fixing, I'd like to contribute with some...
@Skoda091 yes! https://youtu.be/vMkZ1QrE42Y?t=7787
Sure! @henrik I've been working on how to create useful visual documentation to communicate better some complex concepts and for use as learning tools, recently I create this in a...
Today I tried to install with brew, but I couldn't... I had to install via make
Yeah, I was looking into this error that we had first in the GitHub Action after upgrade our application. 🥴 I'm using Elixir 1.15.0 (OTP 26) installed by ASDF. 
Reading about the new elixir release, mention this:  After set this in my `mix.exs` I was able to run dialyzer in my local and in the CI. Although I...
Curious, after add dialyzer as dep in every umbrella app I got same errors 
@Toady00 Did you try adding `prune_code_paths: false` in your mix.exs? For me, dialyzer works, but have a looooot of warnings and errors