Latest #mix Threads Top

denvaar
I noticed that _build/dev/consolidated gets populated with beam files after executing mix compile, as part of protocol consolidation. On...
New
apoorv-2204
The Issue of Enums in Elixir Elixir doesn’t have a native enum construct, so we usually rely on atoms, strings, or macros to represent na...
New
s-stepien
Hi I have fairly complicated Phoenix app (but it doubt that this is Phoenix related issue?). In it I have the MyApp.Application module w...
New
Orb
I want to l add :bcrypt_elixir as a dependency in my mix project. But I’m getting the error ** (Mix) “nmake” not found in the path. If yo...
New
Sinc
My company is porting our Gitlab instance to a new server, and in keeping with company habits has set port 4321 for SSH. This is creatin...
New
Aetherus
Recently, I’m working on a Elixir OTP 26 project. When I typed in the command `mix deps.get`, I got this error message: ** (FunctionCla...
New
dfalling
I have two dependencies which pull in different libraries for UUID’s. I’ve tried picking one of these with override: true in my mix.exs, ...
New
sezaru
I have the following list of apps in my extra_applications field in mix.exs: def application do [ mod: {Core.Application, []...
New
serpent
Find additions to top-level dependency’s CHANGELOG files upon update and accumulate them in a new deps.CHANGELOG.md. Any task can be spec...
New
serpent
A Mix task that wraps any Elixir Mix project generator in a devenv.sh environment. Note that you can install Nix on top of macOS or most...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Oliver
Hi. We have a mid-sized project of roughly 75K lines of elixir code, spread over 500+ files. When we compile this project on a 16 core ...
New
jarlah
Is there any way to handle task termination gracefully? When i do ctrl-c no form for shutdown hook is called in the task. I have yet to ...
New
apoorv-2204
The Issue of Enums in Elixir Elixir doesn’t have a native enum construct, so we usually rely on atoms, strings, or macros to represent na...
New
s-stepien
Hi I have fairly complicated Phoenix app (but it doubt that this is Phoenix related issue?). In it I have the MyApp.Application module w...
New
dfalling
I have two dependencies which pull in different libraries for UUID’s. I’ve tried picking one of these with override: true in my mix.exs, ...
New
Sinc
My company is porting our Gitlab instance to a new server, and in keeping with company habits has set port 4321 for SSH. This is creatin...
New
Aetherus
Recently, I’m working on a Elixir OTP 26 project. When I typed in the command `mix deps.get`, I got this error message: ** (FunctionCla...
New
Orb
I want to l add :bcrypt_elixir as a dependency in my mix project. But I’m getting the error ** (Mix) “nmake” not found in the path. If yo...
New
denvaar
I noticed that _build/dev/consolidated gets populated with beam files after executing mix compile, as part of protocol consolidation. On...
New

Last Three Year's Trending Top

Codball
Mix format works fine if run from the cmd. I’ve followed this to facilitate the implementation into VSC which involves downloading an ext...
New
aus
If I start the Elixir repl with iex, I can start the observer by :observer.start(). So far, so good. If a create an app with mix new mya...
New
pejrich
I was updating my Rustler from 0.25 to 0.27, and when I ran mix deps.get, I got the following message which i’ve not seen before. Usually...
New
jayshankarnair
./mix {“init terminating in do_boot”,{undef,[{elixir,start_cli,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}} init terminating in d...
New
dvic
Is there a known issue with :observer with Elixir 1.15 that I’m unaware of? I’ve added :observer to :extra_applications but it gives this...
New
darnahsan
Getting wierd failures on a docker build today. Not sure if this is rebar3 issue or some connectivity issue to hex.pm as I can build the ...
New
alice
Hey guys, I just installed Elixir 1.10 on my Arch Linux and I am starting to learn this nice language. I am experiencing some problems ...
New
Exadra37
At work we run behind a Firewall, thus for any Software we use we need to tell it to trust in the self signed certificate issued by the F...
New
kip
I have a dep that might need recompiling when the host app configuration changes. That requires a forced compile since by design deps ar...
New
ehayun
I have problems when I upgrade plug_cowboy I want to install version 2.3 I did {:plug_cowboy, "== 2.3"} but I got an error How do I ...
New
marcandre
Is it still not possible to specify Erlang compatibility in mix.exs? Erlang/OTP is a dependency of Elixir, so it is an indirect dependen...
New
g4rick
➜ magic git:(master) mix deps.get 19:29:12.008 [error] Task #PID<0.189.0> started from :hex_fetcher terminating ** (FunctionClaus...
New
Odaeus
Hi all, I recently added a test that mistakenly modified some global state and caused failures in later tests. This failure occurred on ...
New
peoj
Running mix local.hex fails with “Unknown CA”: > mix local.hex ** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {...
New
jordan0day
I'm in the process of writing a NIF library application which in turn depends on a vendor's shared lib (which has it's own set of depende...
New

Trending Over Three Years Top

jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set? Thanks.
New
smon
Hi everyone, I was thinking of resources like images, XML files or documents in other text formats. Is there something similar to the r...
New
debajit
I have a module with a function that applies a transformation on a string e.g. (this is for an Advent of Code problem, where I need to do...
New
tompave
Hello I’m opening this thread to ask some questions about testing practices when dealing with values set at compile time. I’m working w...
New
smon
I tried something like this in my mix.exs: def application do [ applications: [:logger, :httpoison, :poison], mod: {Test, []}...
New
csisnett
Hi everyone! I’m trying to install the Calecto library but when I run mix deps.get I get the following: Failed to use “ecto” (version 3...
New
New
Rishabhk07
I am trying to run an elixir script from mix with command line arguments arguments, i don’t want mix to compile the project, i just want ...
New
Fl4m3Ph03n1x
Background I have a considerable test suite for my app with unit tests and integrated tests. The application has a considerable size so i...
New
Fl4m3Ph03n1x
Background I am trying to understand the purpose of the application function in the mix.exs files we get, but I have some questions that ...
New
llivingston
I have run the installation instructions found in the Blockscout recipe. But my system has no mix command, so clearly something is missing.
New
skwidbreth
When I’m working on a mix app, I’ve noticed that changes that I make to code in my app’s dependencies are observable in the dev environme...
New
johnhu
Hi all, I am a newbie to Elixir. I try to create an alias for running another group of tests which has its owned environment. It can be ...
New
MEBonham
Hi, I just started trying to dive into Elixir today and I’m sure I’ll have lots of basic questions. I’m on Windows 10 and primarily usin...
New
rafaelvicio
iex -S mix Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] ** (Mix) Coul...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement