skomorokh
skomorokh
### Is your proposal related to a problem? It's difficult to quickly skim top level comments without getting caught up in long chains of replies. ### Describe the solution you'd...
I was considering not reporting this until I had time to troubleshoot it further, but it happened again so I wanted to at least create a placeholder so others are...
I frequently use similar (but more bloated) tools by right clicking a request in Firefox, using "copy as cURL" and then pasting in the tool to pre-populate headers for convenient...
Currently oapi-codegen doesn't merge property definitions when combining schemas with `allOf` and instead takes the complete property from the last one it sees: https://github.com/oapi-codegen/oapi-codegen/blob/0d94f2f2015e5fec2cd66273eeb8eff7d1f86bc1/pkg/codegen/merge_schemas.go#L203 This means we can't create a...