Latest #core Threads 
Im trying to allow users set config at runtime but from what I’ve read so far it seems it cannot be done. Is that the case?
New
Hi everyone, I’m developing a project where I will allow users to dynamically edit and execute code. I was wondering if there is any way ...
New
I am wondering why I have this behavior, that seems counter intuitive to me:
iex(1)> "x" > "a"
true
iex(2)> "X" > "a"
false
...
New
I have a function that can operate on a single struct of a specific type, a list of those structs, or a stream of those structs:
def upd...
New
Inagurating this section. :clap:
While working with the DynamicSupervisor library, it is not clear to me whether I can as supervisor a s...
New
I spent a while implementing Erlang’s :lists.prefix in Elixir today, only I wasn’t aware it existed in Erlang. So now I’m curious if the ...
New
I’m finding myself often using the following pattern with for:
for item <- listing,
result = validate_something_about_item(item),...
New
Currently many of the functions in the Path module do depend on the OS type the system is running on. I’m currently working on a filesyst...
New
Hello.
I’m relatively new to Elixir, but not to programming generally.
In the learning process I’ve been recently struck with following...
New
Hello.
Suppose we have a file with this code
import ImportMe
defmodule AModule do
use UseMe
end
where the modules above are defined...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
Im trying to allow users set config at runtime but from what I’ve read so far it seems it cannot be done. Is that the case?
New
Trending Over Three Years
So in elixir sometimes you need to do something like this:
def function(acc, condition1, condition2) do
acc <>
cond do
...
New
Anything, from syntax to the core library.
New
Hello everyone,
I would like to propose the addition of the Registry project to Elixir:
https://github.com/elixir-lang/registry
The...
New
LMK WYT! https://medium.com/@english3000.org/imagining-elixir-2-0-ad8b5395f9ee
New
Hello.
I’m relatively new to Elixir, but not to programming generally.
In the learning process I’ve been recently struck with following...
New
Hello.
Suppose we have a file with this code
import ImportMe
defmodule AModule do
use UseMe
end
where the modules above are defined...
New
Per Imagining Elixir 2.0 - #14 by English3000, I have decided to fork Elixir.
Additionally, I am writing gists as I go, documenting my t...
New
This is kind of a question and a proposal.
I recently looked into switching loggers for a few our phoenix applications from a file logge...
New
I am wondering why I have this behavior, that seems counter intuitive to me:
iex(1)> "x" > "a"
true
iex(2)> "X" > "a"
false
...
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 have a function that can operate on a single struct of a specific type, a list of those structs, or a stream of those structs:
def upd...
New
Hello,
given the files xx.ex and yy.ex defined as
defmodule XX do
defstruct [:field]
end
defmodule YY do
defdelegate __struct__, ...
New
Join us for a West Coast adventure in San Francisco: Erlang & Elixir Factory 23 - 24 March
Keynote speakers: Larry Wall, Chad Fowler...
New
I am currently building an adapted API for Elixir…
And I just noticed how many functions of the same name Keyword and Map share.
What I...
New
I was about to create an issue on the Elixir repo about the current behaviour of Base.decodeXX functions in core. I’ll first post it here...
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







