Matthew Pick
Matthew Pick
This logic is definitely broken. ``` [2..120, 'auto', 'none'].flatten! ``` That should be: ``` [*2..120, 'auto', 'none'] ``` However, why would there be an upper bound of 120 readahead size?...
I've also noticed the same issue on my Windows machine, import time is slightly faster running on Ubuntu WSL2. My current workaround for this issue is to avoid installing the...
> Yes, but this way you are using CDKv1 which is on maintenance mode... @ermanno Thanks for the clarification. You are correct, I recently started using CDK and wasn't aware...
@anyu I also faced some odd 15min delayed request followed by a `RemoteDisconnected` warning. This Github issue is what allowed me to trace the problem to some caching I was...
+1 for this feature, for a fresh 8.x cluster I had to downgrade to MD5 hash algorithm.
I ended up using `frolvlad/alpine-java:jre8-slim` to get around this issue.
Is `Resource: "*"` as specific as we can be for `cloudwatch:PutMetricData`? I typically avoid being that permissive whenever possible. Note: I am currently struggling to figure out how to write...