-
Referencing [this comment](https://github.com/piccolo-orm/piccolo_admin/issues/211#issuecomment-1296162409), the new `is_mount` flag isn't working for the piccolo-admin case. Given modifying the admin…
-
**Describe the bug**
Jinja template responses always return `content-type: text/html`, even when `media_type` is set to another value.
**To Reproduce**
In this example handler, I am trying to r…
-
**What's the feature you'd like to ask for.**
Pagination for SQLALchemy
Frameworks such as Flask and FastAPI have extensions that add pagination support.
Would it be possible to add something…
-
It would be great to have an `htmx` support added under `starlite.contrib.htmx`.
For example, see this package: https://github.com/adamchainz/django-htmx
-
**Describe the bug**
Outside of a request handler, I'm unable to log `debug` or `info` level statements. Only `warning` and above will log.
**To Reproduce**
Here is an MCVE:
```python
im…
-
This is basically the test command that we call in CI for 3.10 testing with coverage:
`$ poetry run pytest tests --cov=.`
It generates warnings:
```
home/peter/.cache/pypoetry/virtualenvs/st…
-
```python
app = Starlite(route_handlers=[device_router, health_check],
static_files_config=[
StaticFilesConfig(
directories=['templates'], …
-
It looks like most of the project templates we have floating around implement a custom serializer for Responses. We should consider enhancing the built in to reduce the need for this.
For instance…
cofin updated
2 years ago
-
Currently the OpenAPIController always exposes `redoc`, `swagger-ui` and `stoplight elements` static sites, and a `yaml` + `json` schema download endpoints. This though might not be desirable.
Tas…
-
Creating a model after building a factory of the model rises a validation error of the default values not being defined.
Example:
```python
class TestModel(ormar.Model):
class Meta(ormar.Mod…