Shane Utt

Results 577 comments of Shane Utt

> Not that I'm aware but it can be problematic (false negative) in case an error that's not `nil` gets asserted in the closure. Ok just wanted to check. I'm...

Related to [a conversation elsewhere](https://github.com/Kong/kubernetes-ingress-controller/pull/2696#discussion_r921963719) on this topic I am hesitant to start advising against `require`/`assert` inside of `Eventually`. A comment (from @pmalek) on the matter was: > n, err...

> hi there, > > > For solving this issue we should consider whether that style can be co-opted and become the new style for translators in general, OR if...

Have you identified any specific features or code areas where we need to make relevant adjustments?

Blocked on https://github.com/kubernetes-sigs/gateway-api/issues/1111, which appears to be requesting something similar that can serve the same purpose. Over a week ago someone mentioned they were taking it on, I'm inquiring whether...

Alright looks like I'll be taking on https://github.com/kubernetes-sigs/gateway-api/issues/1111, unblocked.

After doing some more catching up on recent events in Gateway, it looks like https://github.com/kubernetes-sigs/gateway-api/pull/1114/files actually provided what we need to resolve this as we were just looking for a...

cc @gAmUssA just wanted to point this one out to you for your awareness since you had previously worked on the kong `minikube` addon.

At this point it would seem best that we simply use sigs.k8s.io/controller-runtime/pkg/log which is a relevant go-logr implementation that is in use elsewhere in our ecosystem, and then ultimately drop...