Giuseppe Tribulato

Results 14 comments of Giuseppe Tribulato

I think this feature is still relevant. For example kubernetes [CRDs](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#controlling-pruning) allow to keep unknown attributes using `x-kubernetes-preserve-unknown-fields: true`. So for a msgspec struct in order to be able to...

Closing as the same feature has been implemented and merged in #74

I agree with you, this will be nice to have. If you would like to contribute this change it will great.

I think the option 1 (parse the string) would be preferable for few reasons: 1. It will allow to verify the selector validity before sending it to the remote server...