Ben Luddy

Results 50 comments of Ben Luddy

Hi @taniaduggal, thanks for the reminder. I've opened a placeholder PR: https://github.com/kubernetes/website/pull/43557.

@rayandas Thanks. This will have to target a later release, it won't be ready for 1.29.

Hi @drewhagen, thanks! I've opened https://github.com/kubernetes/website/pull/45177 as a placeholder PR.

/milestone clear More work is needed to satisfy all of the alpha criteria. I intend to target 1.31 for alpha.

I wrote up an implementation of what I am proposing in https://github.com/fxamacker/cbor/pull/521.

I implemented what I am proposing in https://github.com/fxamacker/cbor/pull/526.

As part of this, I moved the scratch byte array from a pooled buffer field to the stack as-needed. ``` │ master.txt │ user-provided-buffer-inline.txt │ │ sec/op │ sec/op vs...

I suspect this can happen when an error occurs here: https://github.com/operator-framework/operator-lifecycle-manager/blob/2c623e1e4877608fd16a6089a6aeeac5b1217f18/pkg/controller/operators/catalog/operator.go#L948 Since the InstallPlan is created successfully, the new operator version will be created, but the information necessary to populate...

Yes, exactly. Setting `.status.installedCSV` changes the system of constraints when the enclosing namespace is resolved: - the named CSV does not need to appear in the solution (i.e., it can...

Can we use generic functions to pull the type assertions out of most of these functions? For example, for each arity, something like: ```go func binaryBinding[S, T, U ref.Val](fn func(s...