Latest #kernel Threads Top

lud
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
yolo007wizard
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
codeanpeace
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
miguelszerman
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
miguelszerman
Inside the Elixir official documentation, the guards sections states: Not all expressions are allowed in guard clauses, but only a hand...
New
Rory
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
rmoorman
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
chrisjowen
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
bamorim
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

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

Trending Over Three Years Top

Rory
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
rmoorman
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
bamorim
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
miguelszerman
Inside the Elixir official documentation, the guards sections states: Not all expressions are allowed in guard clauses, but only a hand...
New
codeanpeace
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
chrisjowen
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
yolo007wizard
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
miguelszerman
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
lud
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement