Rolf Andersen ⚗️
banner
rolf-m-andersen.bsky.social
Rolf Andersen ⚗️
@rolf-m-andersen.bsky.social
Elixir Developer and Enthusiast ⚗️
Can someone explain to me, why the `data-active={tab.name == @initial_tab}` is not rerun on the reconnect and resets the selection? It happens on a hard refresh.

Code from @gfrancischelli.bsky.social and his great talk at ElixirConf EU 2025

#elixir #phoenix #liveview
August 5, 2025 at 12:32 PM
I recently got 2 PR's merged to Phoenix 😇 my two first open-source contributions ever, and then to my favorite framework of all time 🤩 #ElixirLang #PhoenixElixir
February 20, 2025 at 5:30 PM
@josevalim.bsky.social Is it possible to follow the language server work somewhere? Really looking forward to it ^^
February 19, 2025 at 1:12 PM
Reposted by Rolf Andersen ⚗️
I hear this often too, but personally I think Agents are underused, or at least cautioned against too heavily. If you have a Genserver that has only `handle_call` and `handle_cast` callbacks, you could very likely have written it much more simply as an agent. Which is simpler to you? #ElixirLang
February 15, 2025 at 5:55 PM