|
Alloy - a minimal, OTP-native AI agent engine for Elixir
|
|
1
|
574
|
April 12, 2026
|
|
DGen - A distributed GenServer
|
|
40
|
1308
|
March 18, 2026
|
|
How to only have [0,1]] Genserver for liveview
|
|
5
|
153
|
March 11, 2026
|
|
Why does gen_tcp not detect cable unplugs?
|
|
5
|
195
|
March 7, 2026
|
|
How best to approach a live migration of pipeline segments across BEAM nodes?
|
|
3
|
139
|
January 20, 2026
|
|
I made a GenServer cheatsheet. Tell me what you think!
|
|
7
|
3530
|
November 3, 2025
|
|
How do you handle enums in your codebase?
|
|
7
|
295
|
October 22, 2025
|
|
How to use GenServer with Bandit?
|
|
3
|
118
|
October 15, 2025
|
|
Trouble with Mox when testing a GenServer calling a mock in `init/1`
|
|
2
|
104
|
August 27, 2025
|
|
Search random elements in a big ETS table (> 1M)
|
|
29
|
580
|
August 20, 2025
|
|
Ecto.Adapters.SQL.Sandbox and GenServer restarting with new PID
|
|
4
|
177
|
August 17, 2025
|
|
Correctness/safety question with DynamicSupervisor
|
|
9
|
307
|
July 15, 2025
|
|
Ctrl-g q in dev and GenServer termination
|
|
14
|
371
|
July 14, 2025
|
|
Why handle_info is called at GenServer.start_link
|
|
2
|
104
|
May 30, 2025
|
|
GenServer failing in tests due to already torn down db connection
|
|
2
|
105
|
May 27, 2025
|
|
Terminate supervisor once all workers are done
|
|
4
|
110
|
April 4, 2025
|
|
How to configure Node to handle heavy packet loss?
|
|
1
|
87
|
March 6, 2025
|
|
In my integration tests when doing abcast/2 to my ets cache I need to put :timer.sleep(100) in order to wait until the cache processes save or flush etc
|
|
0
|
84
|
February 23, 2025
|
|
Fetch online users's friends for large quantity of users
|
|
26
|
438
|
February 14, 2025
|
|
Structuring supervisor tree for newsletter application
|
|
3
|
474
|
December 30, 2024
|
|
Venomous - Erlport wrapper for managing concurrent python processes with ease
|
|
18
|
1237
|
December 30, 2024
|
|
How can I read incoming messages in a non-blocking way?
|
|
1
|
196
|
December 29, 2024
|
|
Testing a LiveView with short-lived GenServer that accesses DB
|
|
0
|
63
|
November 26, 2024
|
|
PubSub and Process.send_after weird behavior in Phoenix Live View
|
|
8
|
151
|
November 14, 2024
|
|
Is it possible to combine LiveView and gen_statem?
|
|
6
|
242
|
October 24, 2024
|
|
Examples of Using Hibernate with GenServer?
|
|
2
|
121
|
October 20, 2024
|
|
Help me modelling my GenServer with LiveView
|
|
11
|
377
|
October 12, 2024
|
|
Approach to GenServer to avoid copying data
|
|
11
|
249
|
October 11, 2024
|
|
Should `Agent` support hibernate
|
|
9
|
232
|
September 23, 2024
|
|
Cannot find mock/stub in process #PID<0.512.0> using Req
|
|
4
|
256
|
September 18, 2024
|