Motov Yurii
Motov Yurii
I simplified code a bit - moved alias propagation logic to `Field.__init__` so that it would be all in one place. Also, got rid of deprecation warnings in test.
Currently it fits this block in terminal width by default: ``` python main.py ╭──────────────────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────────────────────────────────────────────────╮ │ /home/yurii/code/typer/motov/helloworld/main.py:33 in main │ │ │ │ 30 │...
> @YuriiMotov also doesn't seems like SQLModel does validation for any incoming data? it would be a different behaviour from the rest? It's true, but.. Currently, in most cases we...
As an idea: we can add such validation for `dict` - `JSON` mapping, but document how it can be disabled. So, it will be enabled by default, but if it's...
@justin-p, thanks for this idea! Why don't we just specify path to include for `lint-backend` and `test-backend`? ``` paths: - 'backend/**' ```
I think we can also ignore `frontend/**` for backend linting. Anything else?
Please, use [discussions](https://github.com/fastapi/full-stack-fastapi-template/discussions) to ask for help. And provide more details (what did you do, what are your configs, what logs do you see). P.S.: the link you provided doesn't...
@sneakers-the-rat, I already suggested you to remove all unnecessary changes and clean your PR to make it easier to review. You insisted that those changes are necessary. This PR updates...
@bertomaniac, as I see it, we need to test 5 cases: * no `root_path` specified * `root_path` specified via parameter to `FastAPI()` * access routes using paths with `/api` prefix...
I converted it to Draft. Please mark as Ready for review when it's ready