Daniil Barvitsky
Daniil Barvitsky
@juriska and @isteven, We are using your control (thanks much!) and experience this problem with 4.0.0. It happens because absolute-positioned elements are ignoring the scrollbar positions. Not sure if this...
Found a way to do it with NLB (inspired by #713). I ended up adding annotations to the ingress service: ```yaml # haproxy-ingress-values.yaml controller: hostNetwork: true ... service: type: LoadBalancer...
FYI: The following seems to help though: - start the whole consumer - change all `leaseOwner` fields in the DynamoDB table to empty string - start consumer back up I...
Turns out that resetting the `leaseOwner` has only intermittent effect. Consumer still gets into the weird state after some time. As a potential aid for repro: the consumer we are...
My $0.02 with some motivation. This becomes a notable pain in the neck when you deal with third-party Terraform modules that chose to protect resources with `prevent_destroy` (by the way,...
I am seeing the same behavior without self-referencing modules. Perhaps a different issue, please feel free to split into a different issue. Some of the projects have Maven plugins that...
The "Publish Diagnostics" takes the longest for me. I frequently see `java` processes (2 of them because of the hybrid mode) in the background hugging the CPU (200-300% spikes), notably...
Very much interested in the peering support. Sharing our journey in FYI capacity in case someone finds it helpful or inspirational. Our goal was to cluster a third-party service that...
@ivanmatmati you are right, I somehow confused the two. Apologies. I will take a look. Thank you.
@ashwing that's less than ideal - we will lose 30 minutes worth of data per above scenario... I am happy to try to figure a patch for this, if you...