Kostas Petrakis

Results 27 comments of Kostas Petrakis

I might be experiencing the same issue, though I am not getting a detailed report (should I open another ticket for this?), just `Hypothesis found 3 failures in explicit examples.`...

Yes, please! We gave it a try, and it seems to be working fine!

Nice to see this moving forward, support for 3.1 is getting increasingly painful (at least in the GOlang world) as lots of tools rely on this library at the moment....

This should cover the requirements for Hoverfly https://pkg.go.dev/github.com/flosch/pongo2#RegisterFilter Might require a few changes here and there, but we could also introduce helper methods, allowing the registration of extensions (tags/filters, etc)...

Also as I mentioned, I am fairly new to GO so I am not really aware of all the alternatives, if there is something else more promising feel free to...

@tommysitu I agree with the matcher (that is also why I included it with a ? in the initial post), would help a lot and avoid unnecessary middleware's for this...

@tommysitu Haven't abandoned this, I will most probably revisit this next week in order to push the changes.

@sondrelg, thanks for the fast response! I will do so

I can confirm that this is a but blurry, I changed in one of the OAS files a property type from `integer` to `string` and openapi-diff failed to detect this...

Hello, @P0lip to your question yes we use quite a few references within our APIs. I tried to create an example based on the existing specifications and replicate the errors,...