Witold Konior

Results 12 comments of Witold Konior

Yes, that would be very useful, also maybe passing custom decode hooks?

@krzysztofreczek any progress? :)

Hi, I'm making myself familiar with code base as was proposed by @chrisdembia. My changes are forked here https://github.com/jozuenoon/simbody. If this changes are in agreement with your standards let me...

Currently, options are reformatted this way: ```protobuf option(grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = { ... }; ``` NOTE missing space `option(` this compiles just fine! Although this is wrecking highlighting in subsequent RPC methods.

I think this is fixed on `master` I was using `v0.3.0` version. Never found out more details about it.

I'm back with some more observations. Still on `v0.3.0` seeing that if I query oklog with longer time span it returns `206 Partial Content` however, on server side I see...

I needed to recover quickly so I just wiped out everything... but I will watch against that next time. Maybe if someone else encounter that bug could directly debug it.

I'm using this image `golangci/golangci-lint:v1.45-alpine` and I do have the configuration setting as described above: ``` run: go: 1.18 ``` And still `typecheck` fails. I assume that this is because...

@ldez yes I saw it, but it begs for docker image update on Docker Hub?

Bumping this issue. In managed mode proto options: ``` option php_namespace = "xxx"; option php_metadata_namespace = "xxx\\Metadata"; ``` ...are completely ignored. Is there any development regarding that? This renders PHP...