William Cheng

Results 983 comments of William Cheng

@antihax thanks for updating all the shell scripts and batch files. What about adding a CHANGELOG.md file under modules/swagger-codegen/src/test/resources/2_0/ so that users can more easily understand those additional test cases?

@antihax Ok. Let me know once it's ready for merge.

@ranma42 thanks for reporting the issue. Can you try the latest master, which uses swagger parser 1.0.26-snapshot with better support for reference?

@ranma42 thanks for testing the latest master, may I suggest defining the map inline instead of a reference as a workaround?

> I am already doing that for my project ;) 👍 Looks like an issue that needs to be addressed in the Swagger Parser

To address the issue, what about adding a new property/field in PHP configuration class: `DateTimeFormat` - which allows developers to specify the datetime format (e.g. `Y-m-d\TH:i:sO` (ISO8601)? It should default...

For mixture of datetime format within the same JSON payload, we can ask the developers to document the datetime attribute as string instead (as a workaround). Having a mixture of...