Jacob Coffee
Jacob Coffee
WIP ### Pull Request Checklist - [ ] New code has 100% test coverage - [ ] (If applicable) The prose documentation has been updated to reflect the changes introduced...
For API docs these arent "easily" found: ``` --syntax-light-property --syntax-light-keyword --syntax-light-constant ``` Example
### Description When building docs, changes in AA are sometimes causing Litestar build steps to warn/fail. Solution would be to set up a CI workflow to check out the develop...
### Summary It would be nice to have these filters ### Basic Example ```py def provide_boolean_filter( some_field: bool = Parameter(title="Boolean filter", query="Boolean", default=True), ) -> bool: return Boolean ``` ###...
### Summary Quart is Flask made async: https://quart.palletsprojects.com/en/latest/ Wondering if there is any interest in adding it as a potential target? ### Basic Example _No response_ ### Drawbacks and Impact...
Standing PR for the 3.0 release > [!IMPORTANT] > - Until feature freeze in `2.x`, be mindful of the changes you are pulling into this branch. > - Use rebasing...
## Description - updates ``usage/channels`` as part of #3212 work ## Closes
## Description - updates ``usage/cli`` docs as part of #3212 work ## Closes
## Description Authored by @Kumzy in https://github.com/litestar-org/litestar/pull/3392, moved here due to fork issues - Moving all code-block to files ## Closes #3362
## Description - Removes ``develop`` branch from docs building ## Closes