-
Trade-off should be made between the current Bottle Framework and a new one like FastAPI (see https://fastapi.tiangolo.com/#requirements).
-
### Description
Preface: I am trying to replicate functionality that was working in Starlite 1.51.x
It was previously possible to define nested models including `UploadFile` fields for consumption…
-
### Summary
At the moment, it's not possible to "directly" inject extra validations for path, query, header and cookie parameters. Only what `Parameter()` supports is allowed. Extra validation needs …
-
**Describe the bug**
Attempting to update StarBook Mk V coreboot via fwupd. Worked previously and still works perfectly on my StarLite Mk IV, having followed the information under https://starlabsltd…
-
The CompressionMiddleware applies compression after CacheMiddleware caches the response and, on subsequent requests that hit the cache, applies compression every time.
I think in a perfect world th…
-
Me again. Sorry 🙈
**Describe the bug**
Running the structlog example [here](https://starlite-api.github.io/starlite/1.48/usage/0-the-starlite-app/?h=structlog#using-structlog) results in an inter…
-
Coreboot 8.24.
Trying to shutdown the machine from Open/Free/NetBSD using `halt -p` hangs it.
Shutting it down from coreboot shell (no OS) using `reset` command hangs it.
Shutting down from OpenB…
-
### Discussed in https://github.com/encode/starlette/discussions/1806
Originally posted by **Goldziher** August 11, 2022
Hiya,
So I got a bug report in Starlite --> https://github.com/starl…
-
Dependency that outputs instance of a class that inherits from a class that inherits from `pydantic.generics.GenericModel` or `dataclasses.dataclass` (I know 😃) are reverted back to their base class…
-
Originally from #138
When a value returned from a provided dependency fails pydantic validation, user gets a 4xx, but it should really be a 5xx.
Ref: https://github.com/starlite-api/starlite/iss…