-
As talked about in https://github.com/starlite-api/starlite/issues/151#issuecomment-1362615818, the command to bootstrap a new Starlite application should not be part of the CLI, since they have to co…
-
### Summary
Add a help page to the template that would apply to all projects under the @starlite-api organization.
### Basic Example
- https://sanic.dev/en/help.html
### Drawbacks and Impa…
-
## What exactly are you trying to do?
Trying to initialise my [dotfiles](https://github.com/MRDGH2821/dotfiles)
## What have you tried so far?
Checked indentation of toml template, it is vali…
-
Just a heads up, there is an issue with the Starlite websockets test client which causes unittests to sometimes hang.
This is some issue with starlite itself, because the websocket_connect() meth…
-
**Describe the bug**
If you include `from __future__ import annotations` in the same file as a route handler that returns a `starlite.Template` the template will not be rendered. Instead, the `starli…
-
We should add support for WTForms under `starlite.contrib`. As an example see: https://github.com/muicss/starlette-wtf and https://github.com/wtforms/flask-wtf
-
Read full proposal here - http://django-ninja.rest-framework.com/proposals/cbv/
To allow incapsulate common logic into class methods
```Python
from ninja import Router
router = Router()
…
-
## Describe the Bug
Currently it isn't possible to test locally according to the contributing guide because pydantic errors crash the pytest sessions
## System Information
- Operatin…
-
### Description
Commit 13c34b401a21a9c750828edb75e21f0e9be2b3f8 prevents serving static files from non-local directories.
Directories are resolved to local absolute Paths. When using a ``FileSyste…
-
This behavior is a bit undesirable IMO @litestar-org/maintainers - if a query param is ` | None`, and it automatically defaults to `None` if not provided, that could cause problems. E.g.,:
```py
@…