William Cheng
William Cheng
PR merged. thanks for the fix
@anatoliy-balakirev can you please resolve the merge conflicts when you've time?
how critical is it? we still need to support older versions of python, e.g. 3.9 even though it's reached EOL
one workaround is to use customized templates (e.g. -t via CLI)
@simonhammes thanks for the PR, which has been merged. Sorry for taking a bit long to review.
have you tried using `enumNameMappings` option to see if it meets your requirement? https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#name-mapping
> Before applying any string-based validation rules, check if the value is nil and if so, automatically pass the validation if the field has nullable:true. may I know if you've...
did a test with the latest master and there's a nil check ```diff @@ -266,6 +275,14 @@ module Petstore invalid_properties.push('invalid value for "password", the character length must be great than...
can you please file a PR with the suggested fix?
one way is to use customized templates, e.g. -t via CLI to completely remove 7.x support.