-
`Starlite` has now been renamed to `litestar` (https://github.com/litestar-org/litestar), so we should update the docs accordingly.
Also, the [goals of the Xpresso project have changed](https://git…
-
### Description
Looks like now it is not possible to build example of the model using `field_name` and `model_field` names without getting this error:
```text
Traceback (most recent call last):
…
-
## Context
I'm working on a project with non-API/non-RESTful routes where, depending on the result of backend processing, either one of these two types of responses should be returned:
1. A temp…
-
**Describe the bug**
In the code that follows, `route_1` and `route_2` are very similar routes that respond with an `str`, the only difference being, `route_1` returns it directly as an `str` whereas…
-
**What's the feature you'd like to ask for.**
Currently there is no way to replace the default OpenAPI description for HTTP 400 errors. For example, you currently can't do this:
```python
@starli…
-
### Summary
Currently, the low-level cache access permits setting a value which will be cached indefinitely, by passing `expiration=None` to the cache's `set()` method. However, the `cache` argument …
-
As discussed in #1221, the CLI should be able to pick up applications from arbitrarily named files within the current working directory.
The discovery flow would then be:
1. `--app` option pass…
-
**Describe the bug**
In Starlite >= 1.47, the statement `from starlite.middleware.session.cookie_backend import CookieBackendConfig` raises a DeprecationWarning:
```
DeprecationWarning: Import of d…
-
**Describe the bug**
When I start my app using starlite run -r I get the following error
INFO: Will watch for changes in these directories: ['/Users/alc/starlite-apps/starlite_test']
ERROR: …
-
Hi all, first of all, thanks for this great library, I have just started playing with ursina and I feel that ursina is easy and fun, with a very high potential. But coming to the reason for this issue…