Ido Shamun
Ido Shamun
First of all, I would like to thank you for the great blog post and code example! Second, I have followed many blog posts about Akka and event sourcing and...
Before this change, `top_node` was cleaned and then copied to the `clean_top_node`. I believe this is not the original intent and should be fixed because it creates confusion and there's...
Subscribe to `SIGTERM` to allow graceful termination and avoid 5xx on deploys.
## Bug ### Current Behavior When setting `disabled: true` on a module level, the CLI throws an error if a module variable is not defined properly. ### Expected behavior Ignore...
## Feature Request ### Background / Motivation I was working on my first garden project, which includes a few services, databases, and an application. The application relies on two services,...
## Feature Request ### Background / Motivation My dev setup contains a single postgres instance that serves many services. This postgres instance supports initializing multiple databases via a comma-separated environment...
Listen to SIGTERM and delay the termination while returning 500 in the health check.
In order to boost scrolling performance, one can use passive event listeners. The only limitation is that the handler can't call `preventDefault`. Just add `{ passive: true }` as third...
Competing Consumer is a new type of subscription released in version 3.2. Is it possible to add support for it? http://docs.geteventstore.com/introduction/competing-consumers/
When uploading a file using `iron-ajax`, tracking the upload progress may be necessary for a good user experience. Something similar to `iron-request`