James McNee
James McNee
- Add missing documentation for the client_scope_id argument that can be used in place of client_id - Update client_id documentation to reflect that it is only required if client_scope_id is...
It would be great if there was an option to have the dev server (via `eleventyConfig.setServerOptions`) return some pre-set response headers. My use case for this is to have my...
Hi! Having an issue whilst trying to use your lib in a typescript project as getting the below error during build. Error: ``` node_modules/embedded-postgres/dist/index.d.ts(100,1): error TS2309: An export assignment cannot...
Hi there, it seems that there is a bug around `client.end` / `pool.end` in that when awaited (or using callbacks) the promise can resolve **before** the underlying connection / stream...
### Description Hi, wonderful project, thanks! I have discovered a bug with schemas that include a discriminator, but do not include a mapping, which, [according to the spec is optional](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.1.md#discriminator-object)....