-
We need a lesson on Flow/GenFlow to follow up once PR #770 is merged.
It should go through the basics and be a bit short, but emphasize that it is for _large amounts of data_, and not enumerating ove…
-
Enum.partition should be soft-deprecated. Which means we will add a `@doc false` and leave a TODO so we can emit warnings on version 1.5 or later.
The reason for the renaming is that `GenStage` will …
-
## Get Involved!
We are seeking **Portuguese** translators for this project. If you would like to get involved with translating a lesson. Please folk the project and start translating.
- **Set up*…
-
[poolboy](https://github.com/devinus/poolboy)
-
At the last meet-up, we talked about having an event focused on GenStage[0]. We probably won't find an expert to do a presentation, so we can try to learn together! Maybe we could do a little pair-pro…
-
When there's too many connection_timeouts the monitor starts killing nodes without testing. Probably related with the GenStage consumer recursively trying to fetch the data from the available nodes. O…
-
Got an argument error :erlang.send_after error in execution_broadcaster.ex during daylight savings time. Seems like the time **-576462949368** is very far off during DST.
I'm on v 2.2.3.
```
…
-
## Get Involved!
We are seeking **Russian** translators for this project. If you would like to get involved with translating a lesson please fork the project and start translating.
- **Set up**
…
-
**Config** contains
```elixir
config :qber, Qber.Scheduler,
jobs: [
{"* * * * *", {IO, :inspect, [:beep]}}
# Every minute
# {"* * * * *", {Heartbeat, :send, []}}
]
```
…
-
This lesson needs to be updated according to Elixir format tool. See #1242