Jan Sýkora

Results 7 issues of Jan Sýkora

## Description When running protoc-gen-openapi for generating OpenAPI description for multiple .proto files, the output is **incorrectly** mixed into one OpenAPI description file. Expected behaviour is to generate OpenAPI description...

Would it be possible to add an option to protoc-gen-openapi to generate proto3 fields labeled as `optional` to OpenAPI object properties with label `nullable: true`? For example this proto file:...

Why is the google.protobuf.Duration converted into OpenAPI as a custom object and not as a string (the JSON format)? I would expect it to be represented by `type: string`. Especially...

**Describe the bug** When installing kustomize directly from Go source using `go install` command (not by cloning the whole repo and installing it from local clone), the `kustomize version` command...

lifecycle/stale
kind/bug
priority/backlog
triage/accepted

## 🐛 Bug Report This is almost exactly the same error as in #1937: > With the introduction of https://github.com/grpc-ecosystem/grpc-gateway/pull/1806 rpc definitions definitions that have a non-wildcard body property now...

bug
help wanted
openapi

According to https://google.aip.dev/160 > [Durations](https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/duration.proto) expect a numeric representation followed by an s suffix (for seconds). Examples: 20s, 1.2s. However, the aip-go parser doesn't parse this correctly. For example, we...

Stale

When running the setup-k3d-k3s in our Github workflow we sometimes get an error. Setup: ```yaml jobs: some-job: steps: - name: Set up k3d uses: nolar/setup-k3d-k3s@v1 with: version: v1.20 ``` Error:...