William Cheng

Results 984 comments of William Cheng

> "tags": ["Tag1", "Tag2"], In your case, you want only "Tag1" to be used for code generation, right?

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...

@gcatanese thanks for the PR. Instead of adding an option, what about using commands to move the model files to the new location after the code generation process completes?

I mean after the codegen. (not part of the openapi-generator process)

Thanks for the PR but this change also hides all the obsolete warnings: ![Screen Shot 2022-09-21 at 7 55 31 am](https://user-images.githubusercontent.com/934260/191538520-ef6a28c5-0900-4976-8c4e-011d03d58a43.png) Shall we add an option to let the user...

> Is the correct fix to ensure all CodegenOperation objects have a unique operationId? If so where would be the appropriate place to do so? addOperationToGroup doesn't seem like it's...

@GregDThomas can you please update the sample? ``` modified: samples/openapi3/client/petstore/spring-stubs/src/main/java/org/openapitools/api/PetApi.java modified: samples/openapi3/client/petstore/spring-stubs/src/main/java/org/openapitools/api/StoreApi.java modified: samples/openapi3/client/petstore/spring-stubs/src/main/java/org/openapitools/api/UserApi.java modified: samples/server/petstore/spring-boot-nullable-set/src/main/java/org/openapitools/api/NullableApi.java modified: samples/server/petstore/spring-stubs/src/main/java/org/openapitools/api/PetApi.java modified: samples/server/petstore/spring-stubs/src/main/java/org/openapitools/api/StoreApi.java modified: samples/server/petstore/spring-stubs/src/main/java/org/openapitools/api/UserApi.java no changes added to commit (use "git add"...

> EDIT: A sudden though struck me. I re-ran the sample generation using WSL instead of Git Bash. That did the right thing, and only made the expected changes. Something...