Henry

Results 9 issues of Henry

* **asyncpg version**: 0.23.0 * **PostgreSQL version**: 13 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: No *...

`QThreadExecutor` now inherits from the `concurrent.futures.Executor` abstract class. See #102 Excuse the PySide2 commits, didn't see the work that was being put in on the other PR.

The library doesn't appear to implement a way to view all the keys that are available. Is this doable?

When releasing an update, there are usually some files deleted. There is also a large amount of information stored outside the Mods directory. When an update is released, some files...

Hey @Dymerz. I don't really see any better way to reach out to you since you haven't been seen on Discord for some time. I'm hoping when you get the...

**Describe the bug** Uptime monitoring shows a regular issue with the service around 2200 UTC ![image](https://github.com/Dymerz/RSI-Scraper/assets/14969260/86f5c85a-3ef9-4219-8e52-b919041577fb) Downtime (red area) appears to be for about 2 hours on average, with a...

bug

**Describe the bug** Orgs such as CAR or CHAR cannot be fetched **Result** ```json { "data": null, "message": "Can't process the request (Unknown).", "source": null, "success": 0 } ``` This...

bug

If this is by design, feel free to close this PR. This PR fixes #78 and separates out the OpenAPI specs if they are registered to different middleware. - Store...

There is no way to generate two separate OpenAPI specs for the app. For example: ```ts const document1: OpenAPIV3.Document = { openapi: "3.1.0", info: {}, paths: {}, components: { schemas:...