Balázs Rostás
Balázs Rostás
I was redirected here from https://github.com/braintree/braintree-web/issues/366 braintree-web uses sjcl, however since the latest release of Angular it doesn't support shims for crypto and other node native things. This causes a...
UPDATE: See my [comment](https://github.com/Snapchat/KeyDB/issues/825#issuecomment-2072637071). The issue seems to be solved on the latest commit, but building with FLASH support is still broken. **Describe the bug** I am trying to build...
Hey! I am considering KVRocks, however the manual cluster setup, the missing failover feature and the 1 by 1 slot migration is a big obstacle (I will often scale up...
[BUG] panic: runtime error: slice bounds out of range [:-1] - segfault when using ingress controller
I am using [haproxy ingress controller ](https://github.com/haproxytech/kubernetes-ingress) and I observed that during heavy load when the backend pods are restarted haproxy can sometime fail with a segmentation fault. Based on...
When the statsd client is created with a non-empty address but without ports. For example `localhost` instead of `localhost:8125` it should rely on DD_DOGSTATSD_PORT to set the port properly. However...