Jan Kuča
Jan Kuča
(I have commented on a closed issue about this over two weeks ago but it got no attention: #8 – so I'm rather opening a new discussion here.) The OpenAPI...
When an interface which extends another interface is converted to an OpenAPI schema, the properties from the extending interface appear above the base interface properties. Does this make sense? I...
Currently, when there is an aliased type used, the JSDoc description is lost in favor of the description of the aliased type. ```ts /** A */ // This is preserved....
The avocode/fontkit library is in plain JS and does not provide types. This should fix the "Cannot find type definition file for 'avocode-fontkit'" error popping up in TS project builds...
``` include: "dist/**": "/" exclude: - "dist/media/**" ``` This will for instance omit `dist/media/` directory contents from the upload even though it is included in the `include` rule.
Hi, Do you have any plans for adding write methods as well? API for playlist and collection management would be very useful.
Currently, there is the `exception.code` info available on certain validation errors but not nearly all errors can be processed without parsing the human-readable error message. I would like to process...
Listing a record type in the new `deprecatedRecordTypes` option of deserialization will not make the process fail on encountering such unknown record and instead will remove the associated key from...