Cees de Groot
Cees de Groot
I was a bit surprised to hit a bug in our code - we accidentally put a map instead of a keyword list in a Request struct, and that blew...
We saw some aggregate execution timeouts which we still need to dig into, but what is most likely happening is that a "big" aggregate is started and starts rehydration, then...
This puts start/stop events around processing the event stream, including the count of events loaded. I think that this is a useful metric to monitor for/to quickly sniff out aggregate...
This adds the option of having batched event handlers to speed things up. Please refer to the included documentation for details. Related pull requests: * https://github.com/commanded/commanded-ecto-projections/pull/48 to add batching to...
In conjuction with https://github.com/commanded/commanded/pull/509, adds support for batching Ecto projections.
I just lost a couple of hours debugging an issue with a new environment where our Elixir code crashed with a permission error but the equivalent AWS CLI command on...
I've cobbled up https://github.com/PagerDuty/docker_distiller for example. It's also a recurring topic in the deployment channel of the elixir-lang Slack. It almost smells like some more (decent) tooling is needed :-)
https://github.com/cdegroot/palapa/blob/master/apps/amnesix/lib/amnesix/workers_supervisor.ex#L15 is bad. Brod can tell us how many partitions a topic has.
Currently there's a literal tab inserted. I have no clue how either the Emacs or the IEx side work - I'm gonna dig for a bit but will probably never...
This patch copies every frame to the secondary frame buffer. Needs to run with my Nerves system that includes TFT support. https://github.com/cdegroot/nerves_system_rpi3_tftfb