rijenkii

Results 21 issues of rijenkii

Example: ```xml ``` To correctly serialize/deserialize this document, I have to create following structs: ```rust #[derive(Debug, Serialize, Deserialize)] #[serde(rename = "ns:list")] struct List { #[serde(rename = "ns:value")] value: String, #[serde(rename(deserialize...

bug
serde
namespaces

**Describe the bug** When trying to run prospector on a Django project, "Finished" time seems to be taken from another time zone. **To Reproduce** ``` $ django-admin startproject prospector_test $...

investigate

I think this would be pretty useful

I'm not sure if it's the intended behaviour, but it feels like it shouldn't be. `./main.json`: ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "main", "$ref": "./subdir/child1.json" } ``` `./subdir/child1.json`: ```json { "title":...

Even though `OrderedDict` is a subclass of `dict`, passing it to `jsonschema_rs` functions raises an exception: ```python >>> import collections >>> import jsonschema_rs >>> jsonschema_rs.is_valid({"type": "object"}, collections.OrderedDict({})) Traceback (most recent...

**Describe the bug** When feeding a schema with a subschema with an `$id` field, and then referencing that subschema by its full or relative id, datamodel-codegen tries to download said...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description See https://discuss.python.org/t/is-annotated-compatible-with-type-t/43898, https://github.com/microsoft/pyright/discussions/7091, https://github.com/python/typing/pull/1618/files. Basically, I use `TypeAdapter(Annotated[...]).validate_python` in my custom validators quite ofter, but now...

feature request

See also: #64, #65. Reproduction: ```javascript const left = z.union([ z.object({ field1: z.number() }), z.object({ field3: z.string() }), ]); const right = z.object({ field2: z.boolean() }); const intersection = z.intersection(left,...

V4

**Description** When opening the sidebar through the hamburger button on bottom right of the screen, and then increasing the width of the preview, sidebar is still drawn in the overlay...

**Description** When opening the sidebar through the hamburger button on bottom right of the screen, it is drawn on the right border of the screen, or not drawn at all...