Jessica Fiedler

Results 5 comments of Jessica Fiedler

A minimal example: ```python import jsonschema schema = { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://example.com/schema/foo", "properties": { "subschema": {"$ref": "https://json-schema.org/draft/2020-12/schema"} } } data = { "subschema": { "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "bar":...

Could I please get another look at this ticket, @Julian? I added a minimal reproduction at https://github.com/Julian/jsonschema/issues/884#issuecomment-977882583.

I'm still getting the same error when running on latest main (`6787b213d8b5bdad5af29b7c96aeef7ec715aa02`).

I accomplished this by moving the iptables configuration to the host (outside of kubelet). If kube2iam isn't started and pods try to load their IAM role (or access any other...

There is an extra call to `hljs.initHighlightingOnLoad` near the bottom of `footer.html` that should be removed because it will fail with `disable_highlight`.