Henrik Hall
Henrik Hall
In some situations it might be useful to include the operationId of each operation in the generated types, as a `const ID` value. For example I'm considering writing a dtsgen...
### Required Information - card.io Android SDK Version: 5.3.2 - Android Version and Device (Motorola Droid Razr Maxx with Android 4.4.2, Samsung S7 with Android 6.0, etc...): Sony Xperia Z3...
I have an OpenAPI 3.0.2 definition which I use to create the public documentation for my API. In the spec, I list the URL:s of my public servers under the...
# This is a Feature Request ## Description AWS is deprecating Node 10 in April, so we've converted all our lambdas, and we then went straight to Node 14. Node...
I have multiple OpenAPI 3.0 API:s using some common types, such as some common schema types and common error responses. The responses also reference common schemas. A simple example setup:...
**Describe the bug** If having a enum property with values [foo, bar], the rendered drop-down control will offer values foo, bar or an empty string. I can understand that if...
### Summary: The automatic timestamps is a nice feature, but it would be nice if you could use another format such as JSON dates. Suggestion for an extension to the...
**Actual Behaviour** When running dynamodb locally on my Macbook M1 Pro 2021 I get an unsatisifed link due to sqlite libs not being available for my archiecture: ``` Caused by:...
**Actual Behaviour** After updating serverless to v3, I get the following error: ``` npx sls dynamodb migrate --stage test Environment: darwin, node 14.18.1, framework 3.7.1 (local), plugin 6.1.5, SDK 4.3.2...
When a request is handled, `parseRequest()` is called to parse the request using an operation. Then, the validator is called to validate the request. However, the parsed request is not...