-
### Summary
Hi, thanks for the great library.
I understand you want people to move to polyfactory, but it's not always convenient to do so. Some of us are still using the old package, but you have…
-
### Description
Hi, have been enjoying using msgspec so far, thanks for creating and maintaining it!
I've encountered this:
```py
from msgspec import defstruct, field
print(defstruct("A",…
-
I am having a lot of trouble getting jobs to show up in the dashboard
Here is my setup:
```
class Queue(saq.Queue):
"""[SAQ Queue](https://github.com/tobymao/saq/blob/master/saq/queue.py…
-
### Description
Starlite currently needs msgspec >= 0.11.0 from here https://github.com/starlite-api/starlite/blob/8a49aff754d5b409397183eb395cac5a44193d72/pyproject.toml#L52.
Starlite uses msgspe…
-
### Description
Polyfactory is currently unable to create mock objects that contain tuples of variable length.
When running the attached MCVE, the following error is raised:
```
polyfactory.…
-
### Description
When using the SQLAlchemy 1 plugin, repeatedly running through the application lifecycle (as done when testing an application not provided by a factory function), causes a `KeyError` …
-
### Description
I installed `polyfactory` and `pydantic` to use the pydantic `ModelFactory` in my code. However, I a `MissingDependencyException` with regards to `beanie` but I should not need it. Or…
-
Hi, if you want and think it's good enough, you can add the [Starlite Piccolo](https://github.com/sinisaos/starlite-piccolo) starter template to your list. The template includes several useful things …
-
### Summary
Callback to add to `on_app_init` that adds repository names to signature namespace.
### Basic Example
In `starlite-pg-redis-docker` I init the app with:
```py
signatur…
-
### Summary
Navigating to: https://docs.litestar.dev/latest/index.html returns an older version of the index page. Currently the index page displays starlite based examples and descriptions. Upon rev…