William Cheng

Results 466 comments of William Cheng

can you please also add a test or 2 in https://github.com/OpenAPITools/openapi-generator/blob/master/.github/workflows/maven-plugin-tests.yaml#L44 ?

thanks for the PR. when you've time this week, can you please PM me via Slack? https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g

thanks for the PR. can you please add a test spec to modules/openapi-generator/src/test/resources/3_0/python/petstore-with-fake-endpoints-models-for-testing.yaml ?

thanks for the PR, which has been merged. have a nice weekend

thanks for the PR. is it ready for review? cc @OpenAPITools/generator-core-team

Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in...

No problem. We appreciate your contributions to the Rust generators.

https://github.com/OpenAPITools/openapi-generator/actions/runs/8958257509/job/24603984954?pr=18563 the build failure doesn't seem to be related to this PR, right?

merged https://github.com/OpenAPITools/openapi-generator/pull/18575 @linxGnu when you've time, can you please review this PR? Thank you.

as a workaround, what about simplifying the schema to the following instead? ``` parameters: name: myParameter in: query required: false schema: - type: string ``` as number and string make...