This Week's Trending
This Month's Trending
This Year's Trending
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
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
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
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
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
Seems like it leaves out Erlang modules from the generated documentation.
New
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
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
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
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
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
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
I have the following list of apps in my extra_applications field in mix.exs:
def application do
[
mod: {Core.Application, []...
New
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
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
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
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
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
./mix
{“init terminating in do_boot”,{undef,[{elixir,start_cli,,},{init,start_em,1,},{init,do_boot,3,}]}}
init terminating in do_boot (...
New
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
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
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
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
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
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
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
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
➜ magic git:(master) mix deps.get
19:29:12.008 [error] Task #PID<0.189.0> started from :hex_fetcher terminating
** (FunctionClaus...
New
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
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
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set?
Thanks.
New
Hey all, I’m new to elixir and getting the following error:
** (FunctionClauseError) no function clause matching in TSS.DriverStatuses.l...
New
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
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
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
I tried something like this in my mix.exs:
def application do
[
applications: [:logger, :httpoison, :poison],
mod: {Test, []}
...
New
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
Is it any similar to mix test --failed?
New
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
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
I have run the installation instructions found in the Blockscout recipe. But my system has no mix command, so clearly something is missing.
New
Hello!
I recently discovered the --warnings-as-errors flag and strongly prefer the workflow of being blocked by compiler warnings. Warni...
New
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
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
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
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









