Mateen Kasim

Results 7 issues of Mateen Kasim

`protobuf` v4.25 came out last month, so it'd be awesome if this client allowed v25 too. Not interested in updating the lockfile, just bumping the upper bound as was done...

hint/good first issue
priority/3 low

- The recent addition of the `__init__.pyi` file means VSCode's Pylance looks to that file for static analysis, rather than the `.py` file. - This PR copies re-exports to the...

### Problem Statement ## TLDR I propose creating a "Set" API that receives a resource type, resource ID, and relation name as well as a subject or set of subjects,...

state/needs discussion
kind/proposal
kind/feature request

### Problem Statement I wasn't sure how to label this as it's more of a concern than a bug or proposal, and it's not high priority for me. Previous discussions...

hint/help wanted
priority/3 low
area/perf
area/api devtools
kind/proposal

### Problem Statement `WriteSchema` does validation before writing the schema, and it returns an error if the validation fails. Not only does it check if the schema is well-formed, but...

hint/good first issue
kind/proposal
kind/feature request

### Problem Statement I have many situations where I want to read many relationships, but `ReadRelationships` restricts me to reading them one at a time. Most prohibitively, this happens when...

hint/good first issue
kind/proposal
kind/feature request

### Description ValidatingWebhookConfigurations and MutatingWebhookConfigurations (under `admissionregistration.k8s.io`) both have a `matchConditions` field in their `webhooks`, which is stable as of Kubernetes v1.30. This is a request to support those fields...

enhancement