Latest #kernel Threads 
iex(1)> map = %{a: %{b: %{c: 1}}}
%{a: %{b: %{c: 1}}}
iex(2)> pop_in(map.a.b[:c])
{1, %{a: %{b: %{}}}}
iex(3)> pop_in(map.a.b.c)...
New
Kernel.apply/3 keeps throwing this exception. I’m trying to dynamically run a module name + def from a map string field.
MathOperators.m...
New
Hello, I’m looking to dry up some LiveView handle_info/event callbacks that require modifying a nested data structure using update_in/3 i...
New
Why do functions inside the keywords list passed as arguments to if aren’t called immediately? Is this unique to if?
# example.exs
defmo...
New
Inside the Elixir official documentation, the guards sections states:
Not all expressions are allowed in guard clauses, but only a hand...
New
Hi,
Been lurking here for a while (that is, via google), gotten a lot of help from people’s Q&As in the past, but I’ve gotten stuck ...
New
I confess I don’t use Function.identity because &(&1) comes to mind faster. However, there’s another function that seems commonly...
New
Hi there Elixir friends :vulcan_salute:
In a recent task I was on, I needed to check in two dates which of them is the maximum and which...
New
The documentation of Kernel.pop_in/2 states the following:
In case any entry returns nil , its key will be removed and the deletion wil...
New
Hi All,
So I understand how to use _before_compile but I wanted to dig deeper into how its actually working. My initial thoughts were th...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
Trending Over Three Years
Hi there Elixir friends :vulcan_salute:
In a recent task I was on, I needed to check in two dates which of them is the maximum and which...
New
I wanted to share this code for a problem that regularly comes up and that I usually solve with multi-headed functions or with clauses. T...
New
Reading this topic, I came to the question:
What is the purpose of the Kernel module?
As I understand it, it somewhat mirrors the :erla...
New
I confess I don’t use Function.identity because &(&1) comes to mind faster. However, there’s another function that seems commonly...
New
Hi,
Been lurking here for a while (that is, via google), gotten a lot of help from people’s Q&As in the past, but I’ve gotten stuck ...
New
I have a custom hardware device that I would like to add to my nerves device. I already have created a custom nerves device (based on rp...
New
The documentation of Kernel.pop_in/2 states the following:
In case any entry returns nil , its key will be removed and the deletion wil...
New
This is not a question, just an observation that is worth noting…
I was getting ‘incorrect’ information on one of my web pages and I dis...
New
Guys, I have a library that contains a macro that defines a @type t only if it is not defined.
In order to check if the type was already...
New
Inside the Elixir official documentation, the guards sections states:
Not all expressions are allowed in guard clauses, but only a hand...
New
Hello, I’m looking to dry up some LiveView handle_info/event callbacks that require modifying a nested data structure using update_in/3 i...
New
Hi All,
So I understand how to use _before_compile but I wanted to dig deeper into how its actually working. My initial thoughts were th...
New
Kernel.apply/3 keeps throwing this exception. I’m trying to dynamically run a module name + def from a map string field.
MathOperators.m...
New
Why do functions inside the keywords list passed as arguments to if aren’t called immediately? Is this unique to if?
# example.exs
defmo...
New
iex(1)> map = %{a: %{b: %{c: 1}}}
%{a: %{b: %{c: 1}}}
iex(2)> pop_in(map.a.b[:c])
{1, %{a: %{b: %{}}}}
iex(3)> pop_in(map.a.b.c)...
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
- #exunit
- #elixirconf
- #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
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







