Allen

Results 3 issues of Allen

We met an issue that .bmp image can not displayed. Is there a known issue? or just no support on .bmp yet?

SSIV

We are facing the data race error using the latest code. After checking the history, you have recognized the same issue and proposed the fix in [heimdall/pull/67]( https://github.com/gojek/heimdall/pull/67). I have...

For slice parameters for example `[]string`, we prefer to use it as a flat array, instead of `*[]string`. So we can add the property `x-go-type-skip-optional-pointer: true` in the spec: ```...