William Cheng

Results 983 comments of William Cheng

> @wing328 : I tested PR https://github.com/OpenAPITools/openapi-generator-cli/pull/781 in my corporate environment and it works great (it supports NO_PROXY handling), could https://github.com/OpenAPITools/openapi-generator-cli/pull/781 be merged ? thanks for testing it will merge...

@faresd thanks for the PR. I believe your fix only handle 1D and 2D arrays. Ideally we are looking for a recursive way to support arrays of any dimensions.

@faresd I've filed https://github.com/swagger-api/swagger-codegen/pull/3199 to support array/map of enum for any dimensions. Here is the function with the recursive logic: https://github.com/swagger-api/swagger-codegen/pull/3199/files#diff-0c1b6d04d7c2c41f87f7c710a5610d88R1634 Would you have cycle to revise your PR to...

@faresd thats ok. We appreciate your contribution and will merge this PR after 2.2.0 issue if no question from anyone.

kotlin spring templates can be found in https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/kotlin-spring is that what you're looking for?

did you test the change locally? would it be possible to add a test or 2 at least to ensure the environment variable support is working as expected? i assume...

if anyone has time, please resolve merge conflicts by submitting a new PR on top of this in addition, please test the change locally and see if it works for...

if i remember correctly, apiPackage (global not generator) option is not supported in the `python` cilent generator

@GerretS thanks for reporting the issue. I would suggest you try the `java` client generator to see if the implementation works for you. If it does, we can try to...

@GerretS thanks for doing the test. May I know if you've time to contribute a PR to add the same or similar implementation to the Scala client generator?