Latest #erlang Threads Top

camatcode
Join DC Elixir at BabyCat Brewery in Bethesda for a relaxed evening of food, drinks, and great conversation about all things Elixir, Erla...
New
CodeSync
Join us for the FIRST EVER Code BEAM Lite Vancouver and share your expertise with the West Coast BEAM community! :canada: Be part of thi...
New
binarytemple
Kudos to the WhatsApp team and all involved. A paper has also been published which is making for some great bedtime reading. In the pas...
New
apoorv-2204
The Issue of Enums in Elixir Elixir doesn’t have a native enum construct, so we usually rely on atoms, strings, or macros to represent na...
New
Schultzer
So the day has come, and due to unforeseen technical issues, then SQL - Brings an extensible SQL parser and sigil to Elixir, confidently ...
New
tior
Hi all, I’m running an Elixir app on ECS Fargate, and occasionally the task is being killed with: exitCode: 137 OutOfMemoryError: Conta...
New
fhunleth
We’re rebooting the DC Elixir meetup’s in-person meetings. This will hopefully be the first of many. Expect the first meeting to be about...
New
cblavier
I received an email this morning from “La Machine”, a funny (and useless) box powered by Erlang & AtomVM. Love it! :heart: (pre-ord...
New
mmmrrr
I’m currently trying to build a toy application using CouchDB. For a specific use case I have in mind, I’d like to follow the changes fee...
New
sks
I have create a Elixir Phoenix Project that is to be run on bare metal physical servers (one node per physical server) in a LAN setup. I...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

TinyBFG
So I am trying to install Erlang 24.2.2 and 24.3.2 but the build keeps failing, this is my first time using a Mac so I have minimal knowl...
New
script
I have asdf installed with the all the dependencies mentioned on the site. I am able to successfully installed and use different versions...
New
nhpip
Is anyone aware of a guide that describes the optimal, or even just recommended, VM configuration options for specific deployments? Sche...
New
AstonJ
A short and personal history of the book I, Erik Stenman (Happi), started writing this book back in 2013. At first I was thinking of sel...
New
IvanR
Hi, I’m the author of the Domo library that validates struct’s data against its @type spec and would like to upgrade it to support in-me...
New
tristan
First announced on the Erlang Forum, BEAMup is a tool for installing a managing the active instance of BEAM languages. It has support for...
New
michallepicki
Hello! To save some time when switching projects or development machines, I glued together an asdf plugin that uses Erlang precompiled b...
New
marciol
Thinking about how Contexts on Phoenix 1.3 are beautiful in the simplicity, elegance and minimalism, coalesced in the smallest unity of E...
New
CodeSync
Join the major European event for Erlang and Elixir users 2 days of talks, discussions and networking for the BEAM community, a conferenc...
New
amagdas
Hi, What would be the Erlang equivalent for the with special form like: with {:ok, width} <- Map.fetch(opts, :width), {:ok, h...
New
lichuan
Hi, I’ve created a new repository on GitHub to compare the fairness and real-time performance of schedulers in Erlang and Go. Feel free t...
New
tior
Hi all, I’m running an Elixir app on ECS Fargate, and occasionally the task is being killed with: exitCode: 137 OutOfMemoryError: Conta...
New
sks
I have create a Elixir Phoenix Project that is to be run on bare metal physical servers (one node per physical server) in a LAN setup. I...
New
apoorv-2204
The Issue of Enums in Elixir Elixir doesn’t have a native enum construct, so we usually rely on atoms, strings, or macros to represent na...
New
markusgod
I’ve stumped upon this EEP eep/eeps/eep-0069.md at master · erlang/eep,will it help to support type introspection around Gleam’s types, E...
New

Last Three Year's Trending Top

fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
Rashmi_prueba
What is the way to convert [ %{id: 7, name: "A", count: 1}, %{id: 8, name: "B", count: 1}, %{id: 9, name: "C", count: 0} ] to [ ...
New
kenny-evitt
I commented on this Elixir lang GitHub issue: I just observed this error today. I hadn’t seen it before. I installed both Erlang and El...
New
ryanswapp
I just got my new M2 macbook pro in the mail! Excited to get going with it but am having trouble installing Erlang… I installed asdf thr...
New
jgallinari
Hello, I made the switch recently from an x86 MacBook to Apple silicon (M3) and it seems to fail my Docker/Minikube workflow that perfec...
New
deadtrickster
I’ve just released stable versions of my Prometheus Elixir libs: Elixir client [docs]; Ecto collector [docs]; Plugs instrumenter/Export...
New
chris-wickens
New to Elixir, I’m trying to compile the default project in the getting started guide and get this error: mix compile Compiling 1 file (...
New
siddhant3030
I’m working on an ejabberd project but I’m having an issue with login through xmpp client. Here’s a gist for the ejabberd.yml Environm...
New
jaimeiniesta
Hello, I've tried 2 libraries for parsing XML: sweet_xml and quinn, and both rely on the Erlang package xmerl. They both work great, bu...
New
kesc
I want to use the observer program for my elixir apps. Off late I am shown this warning when I try to install erlang using asdf APPLICA...
New
alain-nambi
I have this code, i want to stop_clock right now with erlang :timer. How can I do this ? Is it possible ? def handle_event("start_clock...
New
KallDrexx
Summary I am trying to create a media streaming server in Elixir, with an initial focus on RTMP publishing and playback. I chose Elixir...
New
marcandre
Is it still not possible to specify Erlang compatibility in mix.exs? Erlang/OTP is a dependency of Elixir, so it is an indirect dependen...
New
n4thyra
Hello, I’m trying to get my app working on Windows and I can’t figure out what the issue is. Everything works flawlessly on Linux(Xubunt...
New
bartekupartek
I’ve multiple api instances installed on the on premise servers that are sometimes offline. I’d like to setup one master admin node that ...
New

Trending Over Three Years Top

albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
ycv005
I have followed this StackOverflow post to install the specific version of Erlang. And When I am running mix ecto.setup then getting fol...
New
Tee
can someone please explain to me how Enum.reduce works with maps
New
siddhant3030
I’m trying to install erlang otp 22.x. I have installed elixir and erlang using asdf and I have set the global version as otp 23 and elix...
New
minhajuddin
Rust has a very nice semantics for Option<T> and Result<T,E> These two have similar uses but have a clear distinction about e...
New
BartOtten
Currently I am writing a small macro which adds authorization functionality to a function. Rewrite ‘def’ to ‘defprot’ and add the rules t...
New
Papillon6814
I want to convert “3” to “11”, and then “11” to “00000011” in elixir. But I don’t know any ways to do it. Help me!
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.0 · erlang/otp · GitHub Posted via Devtalk.
New
aligredo
Hello there, I’m trying to generate a checksum using :crypto.hash/2, I want to hash the first 8 characters only of my string and get the...
New
tcoopman
I’m trying to run a shell command with a pipe operator in it. For example “sleep 0.1 | echo foo”. At first I tried to do this with System...
New
CleanIfElse
First time posting on this forum so yay! I am new to Elixir and decided to post a question I been struggling on. So there is a list and ...
New
markdev
Is there any significant difference in the runtime speed of programs written in erlang vs. elixir? What (if any) advantages are there to...
New
smon
Hi everyone, I was thinking of resources like images, XML files or documents in other text formats. Is there something similar to the r...
New
hubertlepicki
I’ve got some requests misbehaving, and processes handling them suddenly allocate a lot of memory, which can crash my Beam VM. I can mon...
New
BrightEyesDavid
Update: I've now installed what I believe are the latest stable releases of Erlang, Elixir and Phoenix, and my notes are posted below. ...
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