Marcin Romaszewicz

Results 56 comments of Marcin Romaszewicz

I've done something similar internally where we use oapi-codegen at DeepMap, where I merge individual swagger specifications into one larger one. Some ideas might be to do partial generation based...

You are right, this is a better way to pass request context downstream, however it is a breaking change. I do think it's worth creating a breakage to fix this.

Interesting. I wasn't aware this kind of aliasing existed. It shouldn't be too difficult to add.

I have code to generate nested structs, it's used for generating structs whenever we have an additionalProperties clause, so that I can override marshaling and unmarshaling code. This particular one...

I agree, I would like to get this done, it's just a lot of work - this code is like a minefield, since the Swagger spec is so complex, where...

Can you run this at the top level of the repo? ``` go generate ./... go test ./... ``` It'll tell us for sure if nothing is broken, and please...