max-melentyev
max-melentyev
Thanks for details. I've tried looppointer and it didn't detect this kind of issues. From its readme I understand that it also only warns about referenced loop variables. For my...
Hey, I've faced the same issue. According to discussion in the asm issue this seems to be an issue with jars: compiled bytecode stores annotations incorrectly. Based on this, issue...
I've created a PR with a preview of the feature that relies on options overrides: https://github.com/crossplane-contrib/provider-aws/pull/2048
We have a CRD and its controller manages roles used by the CRD. This controller [watches](https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/builder/controller.go#L137) all its managed resources including roles to make sure these resources exist and have...
@MisterMX What if I change it to the "default to the current behaviour" and make new behaviour optional?
Hey, looks like this change results in a circular dependency if mock is used in the package where it's defined: ```go // ./p/iface.go package p type T = int //go:generate...
I'm not sure how this can be added to the existing code without adding a new observer because every attempt is observed independently and they are not aware if there...
But observed latencies are incorrect, why not fix existing observers?
Hey, I'm not very familiar with java. I've tested this PR with cassandra and it produced the same result as a version from trunk. Cassandra adds some new metrics during...