Results 51 comments of Aidan

Any news on this? Is using a client interceptor still the suggested method of retries? Anybody have any suggestions for one that is maintained? Or is everyone using their own.

I will try `SIGUSR2`. If that doesn't work I will put together something reproducible.

Ok, confirmed with a timer. https://github.com/artificial-aidan/grpc/tree/aidan/call-cancel In one terminal run `examples/node/static_codegen/greeter_server.js` and within a few seconds run `greeter_client.js` in another terminal. You will get a call cancelled error on the...

I debugged it to the level of when the stream events were being handled, but didn't go any deeper than that. With grpc debugging and http2 debugging turned on here...

I was able to confirm the same.

> This worked for me: > > ``` > provider "kubernetes" { > load_config_file = false > # See https://github.com/terraform-providers/terraform-provider-kubernetes/issues/759 > version = "~> 1.10.0" > ... > } >...

This is a show stopper for workloads that use a mix of local storage and HA services. You can't use the `skip-local-storage` option, because some workloads need it. The ignored...

When I run `sudo tmutil isexcluded /var/root/Library/Application\ Support/multipassd/vault/instances/ /var/root/Library/Caches/multipassd/` I get the following: ``` [Excluded] /var/root/Library/Application Support/multipassd/vault/instances [Excluded] /var/root/Library/Caches/multipassd ``` But when I do a diff between 2 backups I...

I'm seeing the same thing, but with ingresses as well. No difference between the ingress objects when I get them, but every 5 seconds or so I'm seeing AdmissionReview requests,...

I tried it and ended up needing to make these changes for it to work: https://github.com/artificialinc/s3fs-fuse/tree/aidan/ext-creds It was failing early for me, and then the session token wasn't being set