nginx-nickc

Results 2 issues of nginx-nickc

[](url)**Describe the bug** Extension `x-` properties under path properties are removed after "join". **To Reproduce** Steps to reproduce the behavior: 1. Given the included OpenAPI files(s), from join tests (foo.yaml,...

Type: Bug
p3

Similar to https://github.com/maxbrunsfeld/counterfeiter/issues/297, seeing different results with `go.mod` set to 1.22 vs 1.23. ``` package service import ( "context" "google.golang.org/protobuf/proto" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 -generate //counterfeiter:generate . Example type...