Gregor Petrin

Results 5 comments of Gregor Petrin

In case of a `CoRouter`, would it be possible to use it with Vertx libs that create their own routers? _vertx-web-api-contract_ for example?

Ah yes, thank you - I was working from memory because we've been hunting for that bug yesterday. I remember we were trying different combinations of `bypassCache` and `cacheResponse` with...

Yes, what @scottysinclair wrote was the idea. To have an environment set up like my project to test, prototype, experiment or even interact with a running instance easily :smiley: Thanks...

Thank you for this feature, it was sorely missing :+1:

A `./Baz.yaml#/components/schemas/Baz` is a "Relative Documents With Embedded Schema", our spec however uses "Relative Schema Document" (that's how I think they call them in the [specification](https://swagger.io/specification/#relative-schema-document-example)), so `$ref: ./Baz.yaml` should...