William Cheng

Results 983 comments of William Cheng

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

tests passed via https://ci.appveyor.com/project/WilliamCheng/openapi-generator/builds/50804786

Added an option `useIntForTimeout` for fallback via https://github.com/OpenAPITools/openapi-generator/pull/20069, e.g. `--addititional-properties useIntForTimeout=true` in CLI

@SolaceMike yes, agree that it should not have a setter if the property is readOnly. May I know critical is this feature in your use case?

Other code gens do not have readOnly support and we just updated C# code gen to support it: https://github.com/swagger-api/swagger-codegen/pull/2199

PR merged. Have a nice weekend.

@chizhanov did you test it locally to confirm it works for you? i can add a test or 2 later using a dedicated for dart client tests.

i just merged https://github.com/OpenAPITools/openapi-generator/pull/21516 to the master to have dart dedicated test spec (fake petstore) can you please merge the latest master into your branch and add a test schema...

@jfiala My take is that {{#isPrimitive}} should cover the following as well - java.lang.BigDecimal - javax.xml.datatype.XMLGregorianCalendar - org.joda.time.LocalDate - java.util.UUID so that the following should imply models: ``` {{^isContainer}}{{^isPrimitiveType}} ......