Steven E. Harris

Results 239 comments of Steven E. Harris

Though it wouldn't matter for the usual small objects, implementing this as a native function would save the lookup for each key to retrieve its corresponding value (`obj[x]` above).

Here's what I have so far, with some following jobs cut out that aren't pertinent for this inquiry. Note that here I'm showing what I attempted when I couldn't get...

We are definitely interested in this capability. If you need help, please let me know.

/remove-lifecycle stale This problem persists, and the fix is easy.

That's odd. Does your "A" record's name happen to begin with "a-," inducing false aliasing?

See kubernetes/kops#14685 for removing [this workaround](https://github.com/projectcalico/calico/issues/6522#issuecomment-1231998418) in _kOps_.

@Hades32, can you clarify the "wrong for all wrapped errors" part? The current implementation of the `errors.Is` function will [progress beyond an error's `Is` method that doesn't match the target...