Jonas Kuske

Results 86 comments of Jonas Kuske

Thank you for looking into this! And interesting that it even happens within the same model. I must say that the docs aren't really clear here though. You say `SkipValidation`...

That makes sense, thanks! But follow-up question then: why does the same thing happen with `@field_validator(mode='before')`? Shouldn't the resulting `BeforeValidator` be added last after the existing metadata, and thus apply...

Vitest seems unsuable in general with a library, as it does not correctly compile `NgModule`s and ng-packagr has no option to disable AOT. You can disable in the module's decorator,...

Done, removed requires-python changes from this PR!

There are two issues at play here: 1. Components used in `` break if they don't have a single-element root but render a Fragment (multiple root nodes). This is currently...

@locki13freja What does the template of `PostItem` look like?