Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir-mix

How can I avoid the "warning: redefining module Foo" when running ExUnit tests multiple times in one process

elixir elixir-mix

When to use a dot in elixir module name?

elixir elixir-mix

How do you get the elixir compiler to show warnings when running a phoenix server?

Preventing a mix task being included when your project is included as a mix dep

elixir elixir-mix hex-pm

How can I list all tests using `mix test`

elixir elixir-mix ex-unit

Running mix tasks in production

Use a local repository in Elixir?

mix deps.get fails (dependency issue)

How to read config files on elixir mix project

file parsing elixir elixir-mix

How to run Elixir Supervisor in escript

Attach an iex shell to a running elixir application

heroku elixir elixir-mix

How do Elixir with Mix make a daemon?

When should I generate a mix umbrella vs a phoenix umbrella?

How do I run `iex -S mix` without compiling changed files?

'Task could not be found' for custom mix task

elixir 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