Harry
Harry
Currently, [Partial](https://starlite-api.github.io/starlite/usage/11-data-transfer-objects/#partial-dtos) can be used to create Partial instances of Pydantic classes e.g. ```python from pydantic import BaseModel from starlite.types import Partial class CompanyDTO(BaseModel): id: int name: str worth: float...
Currently there is no way for a user to remove a plant through the dashboard once it's been added.
Add a water button that pushes a message to water the plant.
Currently on the dashboard, there is a stock image of the plant to the left of the name and location. It would be nice for the user to be able...
## Summary - OS: MacOS Sequoia (15.3.2) - Bug fix: no - Type: core - Fixes: #1946 ## Description This PR adds support for [PEP 484](https://peps.python.org/pep-0484/) type annotations. Currently, type...
Currently, the Security classes outlined in the documentation do not work for WebSocket endpoints. This has raised several questions on GitHub discussions/ issues. * https://github.com/fastapi/fastapi/discussions/8503 * https://github.com/fastapi/fastapi/discussions/9132 * https://github.com/tiangolo/fastapi/issues/2587 *...
Linked Issue: #1511 For this PR, I aimed to annotate the _existing implementation_ of the encoding functions, regardless of what I thought the function's intention is. There are some functions...
Linked Issue: #14031 This PR overlaps with #14191, apologies to @donBarbos, I didn't see your PR while working on this. I think this PR is a more fully implemented version...
I have been having some trouble building the docs locally on my machine. When I install all of the project dependencies and run `make doc` I get the following errors:...