Rico Rodriguez

Results 44 comments of Rico Rodriguez
trafficstars

@mkmik if SealedSecrets were able to integrate with different backends, then (ostensibly) you could decouple the cluster-side components (Controller and CRDs from what I understand) from the client-side component (the...

@mkmik friendly ping - does what I'm trying to do make sense?

What is the workaround for this in the meantime?

FYI, this will be useful for those of us wishing to implement [Strategic Three Way Merge Patch](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/#how-apply-calculates-differences-and-merges-changes) for the Kubernetes API :) for things like deployments, where you can have...

That could work, and I think you could use that as a building block for the common case of schema-based (particularly JSONSchema) diffing/patching.

Following this - it would be really nice to have a great NDArray-like API (and all the other numpy goodies) sitting on top of BLAS and LAPACK, but in the...

I do what @Shea690901 does as well, but agree that it'd be nice to have direct support for a PR-friendly workflow. Honestly I'm surprised this issue has been sitting open...

Because of how the entrypoint generator is written, ```python 18 │ def importlib_load_entry_point(spec, group, name): 19 │ dist_name, _, _ = spec.partition('==') 20 │ matches = ( 21 │ entry_point...