Marcos Huck
Marcos Huck
@hboylan hey, I have been trying your fix but I can't make it work. This is what I got when I try npm test ``` Test suite failed to run...
I consider creating a PR in a fork during the upcoming weekend.
@mennanov any chances you can take a look at this?
Thanks for the information, will give it a try! We should probably add this test case as it would help future devs that find this issue. I can take care...
> Hi, can you check latest tag (https://github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.0.0-rc.5)? We recommend now to create your own "logging.Logger" implementation, see https://github.com/grpc-ecosystem/go-grpc-middleware/tree/main/interceptors/logging/examples/zap > > Let me know if you can still repro the...
Seems CI pipelines are failing, looking into it.
https://docs.docker.com/build/ci/github-actions/multi-platform/ In case this becomes relevant. You can set up QEMU to build for arm64.
There are two workarounds that I'd suggest following for development environments: - Use minikube and create a tunnel from the kubernetes cluster to localhost with a LoadBalancer. https://minikube.sigs.k8s.io/docs/handbook/accessing/#using-minikube-tunnel - Consider...
Care to give this a review? @diegoferigo thanks! :smiley:
Hey @diegoferigo, thanks for your response. I agree it's not the cleanest solution, but I should mention that I got this problem while initializing the set of pods on my...