Kotaro Yoshimatsu

Results 41 comments of Kotaro Yoshimatsu

Hmm, I will check the behavior. 🤔

Oops, I did not tested on v1.10, and I will. Thank you for your issue.

Hmm, I'll check it out. Thank you for the report.

Yes, it seems a good idea. I want to try to see a POC or PullRequest about it.

@oogali Before the module was used, remapping the response from json to structure was confused. There were many `map[string]interface{}` or `map[interface{}]interface{}` on the codes and we had a hard time...

Previously, bitbucket (atlassian) team was often change some api responses and each of field types without notice. Because I had decided not to align the structs with the api responses...

Would you please try to writing a POC or a benchmarking code? I am a little interest.

@uggla Perhaps this might be useful. * https://godoc.org/github.com/jeremywohl/flatten

@uggla Basically PR is welcomed. If there are any points to worry about, we can discuss it at that time.

tool: https://editor.swagger.io/ the errors outputed.. ![スクリーンショット 2020-08-16 22 09](https://user-images.githubusercontent.com/6156742/90335104-2f3dd700-e00d-11ea-836b-566cd9ff96c5.png) That's too bad. Detail is below; ``` Structural error at definitions.report_annotation.allOf.1.properties.external_id.required should be array Jump to line 2003 Structural error at...