Timo Glastra
Timo Glastra
When using nested generics with mapped types, tsoa can't correctly infer the type of the nested payloads. If a layer of passing generics is removed, it will work. ## Sorting...
Using nested mapped types with generics (don't know what's exactly at fault here), will produce a different swagger.json file based on the order of method declarations. To be more precise,...
Not sure If I'm doing something wrong here, as it seems like something that is supported by tsoa, but when generating the swagger files for generic interfaces, the names of...
When working with tsyringe I've found the need for a scope that would allow me to use the same instance for a parent + all their childs. This is already...
When using codeblocks for yaml somehow all lines get squished into one, making it unusable. It works if you don't specify a language but that removes the nice syntax highlighting....
**Is your feature request related to a problem? Please describe.** It would be nice if Uplink could support Union types as response model. We're using Uplink (with Pydantic) to automatically...
Small fix to return an http inbound session if the return route decorator is present but the processing of the message did not elicit a response. Ended up being a...
When calling the store credential endpoint on an issue credential v1 record that is already in state `credential_acked`, ACA-Py will set the state to abandoned and set a problem report...
When a schema is not found when calling the `/schemas/{schema_id}` endpoint, ACA-Py returns the following json with a `200` response code. ```json { "schema": null } ``` Shouldn't this return...
Integers in schemas are marked as `Fields.Int` in ACA-Py. The swagger UI generated automatically marks this as an `int32`, which is not sufficient for some numbers ACA-Py uses (mostly time...