Horiuchi Hiroki

Results 34 comments of Horiuchi Hiroki

Thanks for the good ideas. 👍 The name will be much longer, but I think I can guarantee uniqueness.

It can't do that now. It's the same proposal as this one: https://github.com/dtsgenerator/replace-namespace/pull/12 Let me consider this suggestion for a moment.

@dylbarne Thank you for your report. 👍 Probably due to the v3.14.0 update. So the type generated when using `oneOf` has changed. In this case, I think the following change...

The changes in v3.14.0 depend on the points made in #513 below. I am sure that this is a corrective change to this issue. And the bug in this issue...

@maapteh Thank you for your bug report 👍 This seems to be the same problem as #510. The reason for the `$0` is that when parsing `parameters`, the following code...

Thanks for using dtsgenerator. I hadn't done much hand-writing of OpenAPI definitions myself, so thanks to you I now know that this issue is quite important. For this new comment,...

@ph3b Thank you for your report. This is certainly not a good result for the TypeScript specification. However, I do not currently have a good idea of what to do....

@npdev453 It is true that there seems to be no solution for the current TypeScript type system, but adding `unknown` or `any` would overwrite the type, making the typeset practically...

Thank you for using the `dtsgenerator`. The `$ref` implementation is based on the JSON-Schema specification. via. http://json-schema.org/latest/json-schema-core.html#rfc.section.8.3 This spec is not included the local file referenced pattern but included URI...

I think the problem is that the `PathParameters` are not generated in `DeletePet` and `FindPetById` in the example above. In the example below, it is correct that both `Parameters` and...