Motov Yurii

Results 218 comments of Motov Yurii

@mchataigner, thanks for you interest in FastAPI! Could you please add a bit more context information (update initial description)? Like: * What problem does it solve? * Why do you...

@mchataigner, are you still interested in this PR? I tried one more time and still can't reproduce the issue. I believe we need to add test for this

If we want to get this reviewed by Sebastián and merged, our task is to prepare this PR so that the reviewing process would be as simple as possible for...

> * c2) allowing a validator to determine when it's being called with form data. > > if we don't have (c2) then we don't solve the problem - we...

I think it would be better to move this guide to "How To - Recipes" section. Also, using global object to access DB session is not a good practice. It...

Looks like this is still an issue in 0.118.0. To reproduce: Code of the app in the details **main.py** ```py from typing import Union from pydantic import BaseModel from fastapi...

This PR also fixes one more thing. The following test fails **sometimes** in current version (0.115.12) because schema name may be either `Body_update_item_items__item_id__put` or `Body_update_item_items__item_id__patch`: ```python from fastapi import Body,...

The thing I don't really like in this approach is that this way we spread the logic of `operationID` generation across two modules (it's generated in `fastapi.utils.generate_unique_id` and then being...

I just found PR #4851 that also addressed the problem of using `api_route` with multiple methods . It was rejected with the reason: > Using multiple methods for the same...

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...