Pascal Bachor
Pascal Bachor
I ran into the problem that a single schema was blank. In my case this was fixed by turning ```yaml ... : schema: $ref: '#/components/schemas/X' components: schemas: X: type: array...
Above patch by @tianon does not cover the case that an initialization script wants to access the cluster (in our case `pgbackrest stanza-create`) at the intended (non-temporary) location. We used...
@tianon True. Let me clarify: An initialization script might want to access the cluster _at the intended (non-temporary) location_. Of course, scripts could be patched to find the cluster at...
@teocns For PEP-690-style laziness, we would require a very different (and much more invasive!) approach. See for example this project: https://github.com/15r10nk/lazy-imports-lite#implementation
[PEP-690](https://peps.python.org/pep-0690/) has been rejected already in 2022, by the way.
@JackismyShephard There is no indication of this module being incompatible with 3.12. We will soon publish a new version with explicit and tested support up to 3.13.
@JackismyShephard Python 3.12-3.13 has been included in our CI checks since [v0.4.0](https://github.com/bachorp/lazy-imports/releases/tag/0.4.0)
Hi @SrBrahma! I totally understand! I might actually be able to work on that myself, but won't promise until I sit down and code.. I think that a good visual...