Sion
Sion
Moto always helps me. However, when I stop Docker, the data is lost. Is there a way to make it persistent? If there is, it would be helpful if it...
### Description When using advanced-alchemy version 1.0.1 with orm_registry.metadata.create_all() to generate database tables on PostgreSQL (via asyncpg), a model inheriting from BigIntPrimaryKey does not result in the id column being...
### Description The current default for the `RedocRenderPlugin` in Litestar uses `version='next'` and constructs the JS bundle URL via a general CDN (for example: `https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js`). However, this URL appears to...
This PR re-applies the changes originally proposed in #4478 , which aimed to migrate the default Redoc CDN URL to the stable ReDocly CDN. The previous PR was affected by...