@katelynnburns.bsky.social It looks like Jim Freeze, over on X is looking to hire some elixir devs.
Herman verschooten
@verschooten.name
Elixir and Elm enthousiast. Founder of GratWiFi. Founder of Net4All (sold).
Yoooo #elixirLang folks, if @davelucia.com (no davydog, wtf) and I had a holiday live stream monday, would y'all come and bullshit for a bit? If so what TZ are you in? Show me how bsky scales vs the elixirlang community, retwoot this shit.
Been holding on to this for a little bit now. We are running an Elixir conference. 10-12 September in Varberg, Sweden. One day of NervesConf EU and two days of Goatmire Elixir. Single track. Andrea Leopardi and Sanne Kalkman are our two first speakers. A lot more to come :) #elixirlang
Anyone else having the issue that elixir-ls does not stop after closing Neovim? And better know of a solution? #ElixirLang
@andrielfn.bsky.social. Hi I was just checking out your fluxonui.com components page and I noticed on my iPad the select with search is not working, the input field is not selectable. The other annoyance is that when you click something in the sidebar it always jumps back to the top.
Fluxon UI · UI Components for Phoenix Framework
Elegant and accessible UI components for Phoenix Framework.
fluxonui.com
Phoenix PSA: Check your `Plug.Static` plugs in endpoints. They default to `gzip: false` in generators, but you want that to be true when using `mix phx.digest`.
I was looking for a FLAME-like API that worked with existing nodes in a cluster. ("FLAME, but without autoscaling") Here's my attempt at creating that using `pg` and DynamicSupervisors: samrat.me/elixir-distr... #ElixirLang
Implementing distributed pooling in Elixir
In Elixir, once you have clustering set up, it's ridiculously easy to run some code on another node in your cluster: Node.spawn(:"another_beam_instance@10.0.1.2", fn -> # This runs on a different ...
samrat.me