-
Support for overloaded paths was added as addressed in [this GitHub issue](https://github.com/OpenAPITools/openapi-diff/issues/270). However, it does not cover cases where the type of overloaded param…
-
Whilst working on CUE, I've noticed a lot of static check messages in my editor. Would it be worth adding something like [golangci-lint](https://golangci-lint.run/)?
```sh
❯ go run honnef.co/go/to…
-
**Problem**
Some paths in the openAPI definition miss the schema for the data type, which leads to errors in the openapi-generator and in swagger.
I tried to generate a NestJS API client, based o…
-
This is causing https://github.com/phetsims/chipper/issues/993 when loading perennials' gruntfile.
I applied this patch, but it didn't work right out of the bag, likely because winston's api has ch…
-
A mix of `JvmTest` with and without the `AndroidJUnit4` annotation produces flaky tests
## Steps
Apply this patch & run tests on com.ichi2.anki.libanki
```patch
Subject: [PATCH] speed
…
-
This follows on from #16 - I noticed a minor omission in one of the tests.
For the sake of expediency, I've enclosed a patch with this ticket. Hope that suffices, the changes are minor.
-
Currently, openapi-format dereferences the OpenAPI documents to do its formatting, sorting, ... and write a dereferenced result.
Investigate the option to leverage: https://www.npmjs.com/package/js…
-
The problem is the same as described here: https://github.com/OpenAPITools/openapi-diff/issues/29
Could you merge changes from the original repository to allow optional discriminator?
It was intro…
-
With SwaggerHub, the diff tool is helpful. In PyCharm, I can use "compare files" to get a line-based diff, which is all SwaggerHub does anyway.
A more intelligent diff might be useful in writing an…
-
Right now each test from CT main gets a new browser. What if we reuse the browser and just recreate new pages, unless there is a problem, then we can start over.