Maximilian Wright

Results 4 comments of Maximilian Wright

I believe `toObject` is not what you're looking for--it seems like it is for accessing via raw calls. `res.message` is already the type you want (including with `__proto__` fields like...

> Workaround for lonely souls: > > ```shell > git clone [email protected]:kubernetes/ingress-nginx.git && cd ingress-nginx > > make build-plugin && cd cmd/plugin/release/ > nano ingress-nginx.yaml # Need to remove on...

> I have the same problem. Does anyone know how to decode grpc-status-details-bin header sent by Golang server ? > Regarding #667 I have grpcWeb.Error with metadata filed. But unfortunately...

> @twixthehero I have grpc-status-details-bin passed by Envoy. The problem is that I don't have idea how to get it from grpc client. Can you send example ? I used...