William Cheng

Results 466 comments of William Cheng

cc @OpenAPITools/generator-core-team as the change impacts default codegen

Have you tested with the latest master (e.g. snapshot or build from master) to see if it's still an issue?

Please try newer stable version v5.1.0 instead.

thanks for the PR. did some tests locally and the result is good: ``` .11:16:05.466582 IP localhost.54965 > localhost.http: Flags [P.], seq 1310217848:1310218138, ack 453009728, win 6379, options [nop,nop,TS val...

> By using generated deserializers instead of reflection based deserialization, we can achieve approximatly 3x speedup Thanks for the enhancement. Shall we make it the default? or maybe even without...

@mugioka can you please share a spec to reproduce the issue?

> but openapi-generator-cli generate -i openapi.yaml -g k6 --skip-validate-spec -o ./test-v failed to parse the correct $ref. can you please open an issue with details for tracking? I will try...

have you tested with other generators such as `java`, `csharp-netcore` to see if the issue impacts other generators as well?

tested locally the the result is good. thanks for the PR.