Motov Yurii
Motov Yurii
Sorry, I used wrong code in my previous comment 🤦 Updated code to test desirable solution instead of workaround. > What about pydantic.Field, as per the first comment here? Not...
@jnewbery, thanks for your interest and efforts! There is another PR #1342 that solves this problem in a more general way (also solves it for `insert`, `update` and `text` statements)....
Could you please explain what problem this PR solves?
@JustKiddingCode, let's first wait for Sebastián to look at this PR and validate the idea. Then (in case of idea is accepted) we will need to add more tests and...
The solution with dataclasses is the same as requested in #154
@KrilleGH, thanks for your interest and efforts! As I understand it, In SQLAlchemy we need to explicitly specify `Enum(MyEnum, inherit_schema=True)` to get the same behavior. My main question is: will...
> Sorry, I added a page (docs/fr/docs/advanced/sub-applications.md) to the wrong branch… Is it possible to review and have a pull request for 2 pages, or should I abandon this pull...
As part of our recent decision to move to an automated translation process 🤖, we’re no longer accepting community-submitted translation PRs. I’ll go ahead and close this PR. You can...
> Yikes, readme.md must be equal to docs index.md :( Yes, I think this is the reason why we have absolute links in `index.md`. `readme.md` is generated automatically from `index.md`....
@gshmu, thanks for your interest! Is the intention to avoid being have to specify `root_path`? `relative_docs=True` will only solve the problem for Docs, but `request.url_for()` will not work correctly, right?...