-
##### Description
The Dart code has a couple of issues when it is generated. I have some suggestions which work for me in Flutter.
##### Swagger-codegen version
Version is 2.4.0
##### Swagge…
-
I'm trying to match an incoming request to an operation based on its request path.
Matching appears to be fine as long as there is a server definition. However, in case of an OAS without a server …
-
### What version of ogen are you using?
```bash
$ go list -m github.com/ogen-go/ogen
```
github.com/ogen-go/ogen v1.4.1
### Can this issue be reproduced with the latest version?
YES
### W…
-
I've copied the output of the standard PetStore example into a [TypeScript playground](https://www.typescriptlang.org/play?#code/KYDwDg9gTgLgBAOwIYFtgGcxIMbDgZWwAtgUl04BvAKDjgHp64AeQks9APlrlEljgwAnmDw…
-
Hi, I have this joi object:
`Joi.object({
userGuid: Joi.string().uuid().required(),
version: Joi.string()
.regex(/^\d+(.\d+){3}$/)
.required(),
os: Joi.string()
.v…
-
I am trying to display swagger by extension in yml on github, and now I get the following error message.
How can I configure it to fix the problem?
```
Error: Unexpected DOM. Probably GitHub ha…
-
When trying to use this API, or play around on the [API Playground](https://petstore.swagger.io/?url=https%3A%2F%2Fv6.db.transport.rest%2F.well-known%2Fservice-desc%0A), it will throw CORS related err…
-
##### Description
Generated PHP code can create invalid PHP code when converting property names to methods, if the property names are similar except one also contains one or more underscore charact…
-
Currently when running the swift tests, we do an add/get/delete of orders and pets, but some of these calls return a 200 with an empty response body, which on the Swift client causes a failure because…
-
### Is your feature request related to a problem? Please describe.
It can be hard to read the code and can introduce bugs when using normal function parameters, for instance, if you have this:
```…