Joe Bowbeer

Results 303 comments of Joe Bowbeer

This issue (https://github.com/google/volley/issues/12) has been fixed in the official Volley repo.

@Eileen-Yu I think either should be allowed, but not at the same time. That's what I meant by _replace_ in the example I linked. But the following example from the...

@realshuting agree that there's no reason to remove namespaces. I think parity with exclude and match is the goal. If they allow both namespaces **_and_** namespaceSelector concurrently then the same...

See kustomize patch that cert-manager uses in tests: https://github.com/cert-manager/cert-manager/blob/master/make/config/kyverno/kustomization.yaml

@winkee01 You should avoid 0 unless you're using the deprecated `--event-qps` command line. This is confusing because when using the deprecated command line option, `0` is documented to use the...

@mozillazg Note that these `--event-qps` / `eventRecordQPS` tests are wrong. AFAICT, the tests are looking for a 0 in a deprecated flag (`--event-qps`) or in a kubelet config field (`eventRecordQPS`),...

@Pluies I wrote more at https://github.com/awslabs/amazon-eks-ami/pull/391 where this [comment](https://github.com/awslabs/amazon-eks-ami/pull/391#issuecomment-715531333) aligns with my interpretation of the original intent. The original recommendation was to set `--event-qps` to 0 _or_ to tune it...

@DavideD how did you solve this? What I'm realizing is that `nexusPublishing` needs to be defined in the root project, and therefore it is also looking for `group` and `version`...

@DavideD Thanks. By the way, there is logically no group or version in my root project.

I'm realizing that `nexusPublishing` needs to be defined at the root, and therefore `group` and `version` must also be defined at the root. This is causing a lot of disruption...