Latest #bug Threads 
I noticed for many hexdocs scrolling doesn’t work in safari (it appears some docs fixed it but it remains an issue for the majority). I o...
New
I am on a Macbook M1 chip running Sequoia 15.7.4. I want to be able to use “observer” from Elixir. I installed wxwidgets with --enable-co...
New
Hello, I am trying to run a Hologram project but whenever I run mix phx.server or mix setup I’m getting the following error right after t...
New
Hello – Elixir newbee here.
Today I’ve learned about the user-switch-command (IEx — IEx v1.20.2), and doing an s iex fails with an error...
New
Hi everyone,
I’m using Elixir 1.18.4 with OTP 27 (I’ve tested this across multiple versions of both Elixir and Erlang), and surprisingly...
New
We are currently upgrading to the latest Oban and Oban Pro dependencies and are seeing an issue testing workflows that cancel jobs.
This...
New
I see this error locally when running my application. mix deps shows versions:
oban 2.19.1
oban_met 0.1.11
oban_pro 1.5.0
oban_web 2.10...
New
Hello!
I’ve followed the example, but named the modules in a way that I personally would prefer. I haven’t tried naming them exactly as ...
New
Hi!
I am new in Elixir. Still learning syntax. But I I see very weird behavior while I am testing functions.
The question is about Enum...
New
defmodule Kata do
def sum_digits(number) do
number
|> abs()
|> Integer.digits()
end
end
iex(42)> Kata.sum_digi...
New
This Week's Trending
This Month's Trending
This Year's Trending
Hi everyone,
I’m using Elixir 1.18.4 with OTP 27 (I’ve tested this across multiple versions of both Elixir and Erlang), and surprisingly...
New
Hello, I am trying to run a Hologram project but whenever I run mix phx.server or mix setup I’m getting the following error right after t...
New
I am on a Macbook M1 chip running Sequoia 15.7.4. I want to be able to use “observer” from Elixir. I installed wxwidgets with --enable-co...
New
I noticed for many hexdocs scrolling doesn’t work in safari (it appears some docs fixed it but it remains an issue for the majority). I o...
New
Last Three Year's Trending
Hello friends, I have a problem when using mix with windows cmd (latest erl+elixir).
I open a command line and run mix. After that, when...
New
I see this error locally when running my application. mix deps shows versions:
oban 2.19.1
oban_met 0.1.11
oban_pro 1.5.0
oban_web 2.10...
New
In the livebook of Explorer I found a probable bug:
input = Kino.Input.text(“d:/livebooks/fossil_fuels”)
filename = Kino.Input.read(inp...
New
I have some code that generates a few thousand function clauses via a macro that runs fine in most platforms but when trying to run it in...
New
According to the Nx documentation, it seems possible to store a “constant” tensor in a compiled anonymous function by passing them as opt...
New
OK, this is my first question on the forum, so I hope I’m able to properly spell out the situation I’m running into.
Since Liveview 0.20...
New
We are currently upgrading to the latest Oban and Oban Pro dependencies and are seeing an issue testing workflows that cancel jobs.
This...
New
Hi!
I am new in Elixir. Still learning syntax. But I I see very weird behavior while I am testing functions.
The question is about Enum...
New
defmodule Kata do
def sum_digits(number) do
number
|> abs()
|> Integer.digits()
end
end
iex(42)> Kata.sum_digi...
New
Hello!
I’ve followed the example, but named the modules in a way that I personally would prefer. I haven’t tried naming them exactly as ...
New
Hello – Elixir newbee here.
Today I’ve learned about the user-switch-command (IEx — IEx v1.20.2), and doing an s iex fails with an error...
New
Trending Over Three Years
I have a Docker image that I use to compile my releases for deployment, I recently updated it to use OTP 24 and the latest Elixir version...
New
Hi there, I’m new to this all, so please bear with me.
I rebuilt a part in our system using Flow with a couple .window_join, meaning 3 f...
New
So I have a ~>/3 operator in scope and am trying to pipe in to it like:
a
|> (b ~> c)
And this works just fine if I build the ...
New
Hello,
given the files xx.ex and yy.ex defined as
defmodule XX do
defstruct [:field]
end
defmodule YY do
defdelegate __struct__, ...
New
Dear Elixir forum,
I truly hope that I’m not missing something very obvious here, for this would waste some people their time.. But I’m ...
New
I’ve been using Phoenix 1.7 and try to put a value “nonce” in an script tag, but no matter what value you put the output in HEEx will be ...
New
Using 1.7.0-rc.0 for some experiments and it quickly became obvious that while code reloading is working as usual in lib/<appname>_...
New
I think I may have come across a bug. I keep getting this warning:
warning: variable "value" is unused (if the variable is not meant to ...
New
iex(1)> quote do
...(1)> 1 -> 2
...(1)> end
[{:->, [], [[1], 2]}]
iex(2)> quote do
...(2)> f(1 -> 2)
...(2)&g...
New
Do we have some bug tracking system (aka bug tracker) for Elixir, where we can readily find which bugs affect which releases, including t...
New
The following code works in Elixir 1.14.0, but not in 1.14.1:
defprotocol Foo do
def foo(x)
end
###################
defmodule Bar do...
New
I’m trying out Phoenix 1.7 rc-0
I used the generator to create mix phx.gen.channel Space, then added token verification to the UserSocke...
New
Hello,
I’ve come across a difference in behaviour between Elixir 1.9.4 and later Elixir versions (tested with 1.10, 1.10.4, 1.11.0, 1.11...
New
Today I encountered an weird behavior when I tried to change the accumulate option for a module attribute.
I would like to know if this ...
New
I had made a Phoenix app with a LiveView view with a form with one input and a submit button, however the form did not work for a colleag...
New
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:
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
- #javascript
- #podcasts
- #code-sync
- #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
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








