This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

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
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
elbrujohalcon
Hi folks, I was trying to find a way to get mix xref to show me the functions that my modules export when they should not be exported. B...
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
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
New
E14
So, consider I want to target my library foo as Elixir ~> 1.12 This has a dependency bar, which in v1 has a dependency to Elixir~>...
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
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
ostap
The current approach I found is this: .iex.exs: IEx.configure(auto_reload: true) Terminal Tab 1: iex -S mix Terminal Tab 2: fswatch...
New
Rehan
Hi everyone, I’m facing an issue in my Nerves project where Mix cannot fetch a dependency from a private Git repository, even though: ...
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
JimMarshall35
Hello guys and gals. I’m a developer who’s interested in giving elixir a try, primarily to learn a bit of functional programming and bec...
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 do_boot (...
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
EleMenk
Hi, I am new to Phoenix and currently trying to get Phoenix into a Docker container. Somehow, the mix deps.get and mix deps.compile comm...
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
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
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
mikl
I’m trying to do a cross-platform build for a Phoenix app, so on my ARM macOS, I’m running docker buildx build --platform linux/amd64 [m...
New
peoj
Running mix local.hex fails with “Unknown CA”: > mix local.hex ** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {...
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
learning123
Hey all, I’m new to elixir and getting the following error: ** (FunctionClauseError) no function clause matching in TSS.DriverStatuses.l...
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 re...
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
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
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
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
awful_waffle
Hello! I recently discovered the --warnings-as-errors flag and strongly prefer the workflow of being blocked by compiler warnings. Warni...
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
Alexandre1972
Hi! I’m new here. I was reading this page: https://hexdocs.pm/phoenix/up_and_running.html And then, when I tried to run it, I’ve got ...
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement