Krzysztof Warunek
Krzysztof Warunek
I use ujson as a dumper/loader due to performance reasons. But for large objects (depth) `py2json` becomes a bottleneck. Since functionality of py2json is strictly a dumper thing, what do...
**Describe the bug** We have deployed the aws-load-balancer-controller with 2 replicas. However, during the leader change (due to rotation or the TTL of the worker node), the other replica takes...
Currently, the schemas in this catalog define metadata as a plain object (eg https://github.com/datreeio/CRDs-catalog/blob/main/mutations.gatekeeper.sh/assign_v1.json) with `additionalProperties: false`, allowing only the certain fields. But in fact metadata is `ObjectMeta` that is...