Chance
Chance
@wyfSunflower You can't use hexagons like that. You end up needing pentagons. If that's what you are after, go with [h3](https://github.com/uber/h3).
Deserialization shouldn't. That's a validation rule which should be handled through evaluation with json schema.
I'm not sure your approach is valid. If anything, I think the properties would end up being those you describe on the base schema, overriding the results of allOf. I...
My point is is that nested objects don't get merged in JSON schema without being in either a `oneOf` or `anyOf`. I'm just not 100% certain which would take precedent....
Ah, I may be mistaken regarding properties. If so, I apologize.
@DouglasDwyer I was completely wrong about the merging of `properties`. I apologize for adding noise to your pull request. I meant to mention this earlier and forgot.
Here is the source from chi: ```go // chain builds a http.Handler composed of an inline middleware stack and endpoint // handler in the order they are passed. func chain(middlewares...
Setting up a local command that calls `codegen.Generate` seems like the better path than adding onto the API. Closing this PR.
@gmulders The way I ended up addressing this was to create a wrapper application which loaded templates & template functions and then called `codegen.Generate`. This is rough but it'll give...
@w32blaster I saw your comment on the other pull request regarding templates. You may be interested in the code above.