Jeremy Hayes

Results 3 issues of Jeremy Hayes

Feature request to support reading pihole password and/or api key from docker secrets. * https://docs.docker.com/engine/swarm/secrets/#build-support-for-docker-secrets-into-your-images The "standard" way would be to support a `PIHOLE_PASSWORD_FILE` env var, and read the file...

Could we leverage the Conventions support to inspect properties annotated with subclasses of `ValidationAttribute`? * https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.validationattribute This would provide a low-config way to generate instances which satisfy declarative model validations....

Currently migrating from swagger/v2 to openapi/v3 for a few services, and discovered we're no longer getting explicit `*Params` types generated for methods with query parameters, but defined inline. We're currently...

enhancement