Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir-mix

How do I run a mix task from within a mix task?

elixir elixir-mix

How to fix "could not compile dependency :bcrypt_elixir" error on Windows?

Mixed Erlang/Elixir projects - can I use mix or rebar?

Elixir "Package not found in registry: :hackney" problem

What does `runtime: false` mean in the Mixfile dependencies?

Alias all contents of a module/namepsace in IEX

Why does MIX dependencies have a "~>" before the semantic version of the dependency?

elixir elixir-mix

Is it possible to get the compiler to exit early, failing the build, if a compile time warning is raised?

elixir elixir-mix

How do I set the default Elixir mix task

elixir-mix elixir

Elixir ExUnit: module under test is not available

elixir elixir-mix

How to get data from Ecto in a custom mix task

MIX_ENV=prod on a Phoenix server crashes on starting with PORT=80

Elixir mix auto acknowledge

Importing test code in elixir unit test

elixir elixir-mix

In elixir, How do i install packages globally?

elixir elixir-mix

mix deps.get failed (seems missing ssl?)

Installing dependencies in Elixir

elixir elixir-mix

Package management on Erlang and Elixir

Make elixir app recompile and reload on source code change

How can I make Elixir mix test output more verbose?