Alexey Dudko

Results 6 comments of Alexey Dudko

Hi @rachellerathbone Yes, I am adding the issue key (e.g. [OPS-5]) If I comment the existing PR with `[OPS-5] hello world`, then the result is correct And actually while trying...

@wangyoucao577 Please check #320. I added a support for embedding specs and resolving external references. If this approach does not satisfy your needs I'm pretty sure that using this example...

@dannymidnight I implemented the solution for the limitation that you have found. Please check #320

Have the same issue. I need to be able to generate the array of pointers to primitives of objets. OpenAPI v3 specification allows to do this by using `nullable: true`....

Here is the example of api definition. ``` components: schemas: Resp: properties: intValues: type: array items: type: integer format: int64 nullable: true ``` expected output ``` // Resp defines model...

I also tried to feed the output of `go test ./manual -json` to `json2xml` converter and I did receive the unexpected result ``` {"Time":"2022-05-13T01:17:23.413118+02:00","Action":"output","Package":"github.com/bazelbuild/rules_go/manual","Output":"panic: main\n"} {"Time":"2022-05-13T01:17:23.414904+02:00","Action":"output","Package":"github.com/bazelbuild/rules_go/manual","Output":"\n"} {"Time":"2022-05-13T01:17:23.414917+02:00","Action":"output","Package":"github.com/bazelbuild/rules_go/manual","Output":"goroutine 1 [running]:\n"} {"Time":"2022-05-13T01:17:23.414926+02:00","Action":"output","Package":"github.com/bazelbuild/rules_go/manual","Output":"github.com/bazelbuild/rules_go/manual_test.TestMain(...)\n"}...