-
I had neo-local just running for a while in my background without interacting with the privatenet network and it ended up throwing the below error and shutting down. I figured I'd drop it here to judg…
-
https://sentry.io/urbanccd/devplenario/issues/629415258/
```
Elixir.MatchError: no match of right hand side value: {:error, :invalid_date}
File "lib/postgres_extensions.ex", line 75, in Plenario.Ts…
-
This proposal introduce two new components into Elixir,
GenStage and Broker.
Stages are computation stages that send and/or receive data
from other stages. When a stage sends data, it acts as
a produ…
-
## Backtrace
[View full backtrace and more info at honeybadger.io](https://app.honeybadger.io/projects/50679/faults/39211417)
-
We run our elixir apps in docker-compose for testing and development and in kubernetes for production. We also use libcluster to help our nodes discover one another. The new swarm-based version of q…
-
Currently traces are publish synchronously by the process doing the tracing, which is definitely not scalable.
-
The new [GenStage](https://github.com/doomspork/elixir-school/commit/73f465be84608947588bb024868fed0677304b38) lesson is ready.
PR #770 was the origin.
## Translation
Translation progress:
-…
-
Quoting docs:
> `:hash` - the hashing algorithm, which receives the event and returns a tuple with two elements, containing the event and the partition. The partition must be one of the partitions …
-
Hey, this is pretty cool, I actually have a use case for it, but there is one tiny thing missing for my use case. I have 4 processes that would be consuming a single channel in parallel, but each need…
maxim updated
6 years ago
-
I may be incorrect here, but based on what I'm seeing looking through your library you aren't currently preserving the order of messages. By spawning a process per event you're giving up serial proces…