Adel Nizamutdinov
Results
12
issues of
Adel Nizamutdinov
Kotlin is getting traction in the Android dev community Is there a way to modify infer to support analysing the JVM bytecode instead of java code?
wishlist
I'm trying to build a registry ```python self.registry = Registry().with_resources( (f"#/components/schemas/{k}", Resource.from_contents(v, referencing.jsonschema.DRAFT202012) for k, v in openapi["components"]["schemas"].items() ) ``` but then it fails during validation ```python jsonschema.Draft202012Validator(registry=registry, schema=schema).validate(dict) ```...