Latest #beginners-questions Threads 
defmodule Navigator do
def navigate(dir) do
expanded_dir = Path.expand(dir)
go_through([expanded_dir])
end
def go_through...
New
Hi! I have a library called :my_library (or MyLibrary ) that’s installed as dependency for my app :my_app (or MyApp ).
MyLibrary has a m...
New
I have a function with a condition:
def iteraterefs(divisor, number, table, out, i) when number >= divisor do
number = number -...
New
I am learning elixir, and I am looking everywhere but for some reason the… actor model isn’t used at all?
There’s no other processes a...
New
I’m trying to implement some functionality by pattern matching purely as a learning exercise to familiarize myself with bitstrings/charsl...
New
Overview
I want to convert a Swift enumerated type into something similar in Elixir. I do not want to use any external libraries as I wan...
New
Hi there,
What is the best approach to achieve accurate syntax highlighting in your code snippets in LaTeX? I found this custom language...
New
Hi there,
I have a curiousity question. I know there are different abstractions built on top of Process, such as Agent, GenServer, Regis...
New
Is there a recommended way for creating/organizing fixtures for HTTP response in order to be referenced when mocking?
Atm, on our SDK, w...
New
Disclaimer: I’m still a beginner when it comes to Elixir data types, so my apologies if the question sounds “silly”
Is there a recommend...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
I am learning elixir, and I am looking everywhere but for some reason the… actor model isn’t used at all?
There’s no other processes a...
New
I’m trying to implement some functionality by pattern matching purely as a learning exercise to familiarize myself with bitstrings/charsl...
New
I have a function with a condition:
def iteraterefs(divisor, number, table, out, i) when number >= divisor do
number = number -...
New
Hi! I have a library called :my_library (or MyLibrary ) that’s installed as dependency for my app :my_app (or MyApp ).
MyLibrary has a m...
New
defmodule Navigator do
def navigate(dir) do
expanded_dir = Path.expand(dir)
go_through([expanded_dir])
end
def go_through...
New
Trending Over Three Years
I am a newbie in Elixir and am trying to split String only at spaces the string contains unicode charcters too
String.split("Freude sch...
New
I have a question on pattern matching in case. This function
def f(map) do
case map do
%{a: i} -> i
%{} -> :empty
_ ...
New
Hello Elixirforum,
Could you please explain how List Comparison works in Elixir?
Why such list of integers returns true
iex(15)> [3...
New
I have been studying how to save files to the filesystem and I had some doubts related to the Erlang functions responsible to deal with b...
New
I learned that Elixir has an implicit return in functions, so we don’t need to use the return keyword in order to return a value if it’s ...
New
What is the best way to strip ANSI escape sequences from a string?
Go from:
# Go from
"[\e[32m\"one\"\e[0m, \e[32m\"two\"\e[0m, \e[32m\...
New
I would like to have a struct in a module without default values for the fields, but I would like each field to be limited to a specific ...
New
I would like to get from “where” a particular function is executed. Is this possible in elixir? For example:
defmodule Sender do
def ...
New
What I want to know is whether I can use elixir to build a load balancer that receives the requests of the user and then sends a messages...
New
I have been playing with closures today to learn when to use them but each time I find myself thinking, what’s the advantage over a norma...
New
Hello, guys!
I was doing some exercises from exercism.io and in some moment a needed to update a Map, I did and finished the exercise. A...
New
How to disable ecto migration entirely for a repo app under umbrella?
New
Hi
I made a unit test in order to compare two lists but it’s returning the following error:
== Compilation error in file test/prepend_t...
New
Hi!
I’m a beginner in Elixir and I just did a simple project using mix tool. After I compile the project I saw thant a folder called _bu...
New
First of all, I want to say sorry because it’s probably a really dumb question…
I’m starting to learn Elixir and i come from a different...
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
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







