Anton Pirogov
Anton Pirogov
Great, no problem, there is no hurry! I just wanted to make sure I did not stumble over and started to rely on something that is not supposed to be...
@antonagestam I figured I just open the pull request and use the CI pipeline to run tests, could you please approve that? :) First I wanted to see if nothing...
I digged a bit into the source and at looks to me that the `__schema__` definitions everywhere just override the `__schema__` method in `SchemaField`, and the only place where its...
Thanks a lot! Now it works as expected :)
I've run into the same issue, but I would like to have `__eq__` and `__hash__` work + support sets of models (like here) and make list and dict "hashable", but...
Would also be happy to have a simple solution to use this with `src` layout!
I'd like to run it in pre-commit with poetry, but this would require a custom pre-commit hook. So having this "workaround" implemented in the package would be nice! Possibly it...
I'd also be happy to have some `roles` concept, to distinguish "main authors" from "acknowledged contributors" I'd also like to have an optional free-text field to state the actual main...
All these developments look great. I also think free text + a *recommended* list of canonical "contribution types" would be the best, and should be quite comprehensive in scope of...
An integration of typer and pydantic would be totally awesome! Currently one needs to write an annoying amount of boilerplate to map from CLI arguments to model fields. In an...