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
marick
I confess I don’t use Function.identity because &(&1) comes to mind faster. However, there’s another function that seems commonly...
New
nunobernardes99
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
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

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

nunobernardes99
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
danj
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
Nicd
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
marick
I confess I don’t use Function.identity because &(&1) comes to mind faster. However, there’s another function that seems commonly...
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
tickbw
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
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
bodhilogic
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
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