Eric Meadows-Jönsson
ericmj.com
Eric Meadows-Jönsson
@ericmj.com
69 followers 31 following 0 posts
Elixir core team member and creator of Hex
Posts Media Videos Starter Packs
Reposted by Eric Meadows-Jönsson
hexpm/bob manages docker hub images under hexpm username and Ubuntu builds used by eg GHA. erlef/otp_builds manages macOS builds used by elixir-lang.org/install.sh.

Both are community projects outside of OTP and Elixir core teams, ie no need to wait for their stamp of approval.
Reposted by Eric Meadows-Jönsson
Jeffrey Matthias & Aidan Obley are discussing how straight forward it is to create code generators in an Elixir application that will allow you to specify every aspect of the code, including application architecture, file paths, test style, which packages to leverage, and more. 👏 #CodeBEAMAmerica
Reposted by Eric Meadows-Jönsson
Up next, it’s @ericmj.com sharing updates on what the Elixir team has done in the last few months, what projects they’re working on, what’s going on on the research side, and what features will be in the next release. 👀 #CodeBEAMAmerica
Reposted by Eric Meadows-Jönsson
When I’m adding a Hex package to my project, I always find it a pain to go to GitHub or Hexdocs to find the right version. 😞

Recently, I came across a better solution! 🥳

mix hex.info

Check it out! www.elixirstreams.com/tips/mix-hex...

#ElixirLang
Reposted by Eric Meadows-Jönsson
check your mix.lock's and make sure you understand what's all being included with those dependencies.