Amarjeet Singh Rai
Amarjeet Singh Rai
This adds support for overriding servers at the path level. Support for overriding servers at the operation level is still not supported.
The gorillamux router does not match on overridden servers at the path and operation level. These are valid in the OpenAPI spec: https://swagger.io/docs/specification/api-host-and-base-path/
When using `x-go-type-skip-optional-pointer` on an optional header, invalid code gets generated which cannot compile. ```yaml openapi: 3.0.3 info: title: Form API version: '1.0' paths: /api/v1/forms/contact: post: operationId: sendContactForm parameters: -...
I get `request body has an error: failed to decode request body: part Fields.0.Name: undefined` But this goes away if I manually change the generated struct to have: ```go `Name...
Hi, Is there a way to make my PDFs get added into the repo?
This pull request adds robust support for permalinks in Quartz, allowing pages to be rendered at custom URLs while maintaining correct internal navigation, backlinks, breadcrumbs, tag links, and redirects. It...
This pull request introduces a new configuration option, `lowercasePaths`, which allows users to enforce all generated URLs and tags to be lowercase throughout the Quartz site. This change improves URL...