Russ Sayers

Results 9 comments of Russ Sayers

The typo is in `tube.compute_shortest_path` which only called from `main.draw_shortest_path`. I don't see any references to `draw_shortest_path` - so no impact?

This has worked well for me. Note: Playing around with this I hit the rate limit of *5 per week*. https://letsencrypt.org/docs/rate-limits/

Tested on mac and linux ![image](https://user-images.githubusercontent.com/167762/92184861-9543ae80-ee95-11ea-805d-20030c4700e0.png) ![image](https://user-images.githubusercontent.com/167762/92184960-e0f65800-ee95-11ea-9d62-e6a3a3517988.png)

@chuck-confluent and I had a similar problem this week. The `healthcheck.sh` returns an unhealthy status when the `CONNECT_REST_PORT` env variable isn't set. We have docker-compose files that just go with...

I can talk to EKS okay from v0.24.1. The most recent version of the AWS cli will generate a kubeconfig with `client.authentication.k8s.io/v1beta1` . The newer AWS cli also include the...

FWIW This appears to be working for me with ver 1.3.0: ``` c# var consumer = new ConsumerBuilder(consumerConfig) .SetPartitionsAssignedHandler((c, partitions) => { var offsets = partitions.Select(tp => new TopicPartitionOffset(tp, Offset.Beginning));...

There’s a related issue on SAM side https://github.com/aws/aws-sam-cli/issues/4584 My understanding: SAM talks to the docker socket where finch doesn’t expose a socket.

Awesome! I kinda did this for myself and put it up as a pull request hoping that others might use it.

![postman_awsv4](https://cloud.githubusercontent.com/assets/167762/9772907/e568d3fc-56f3-11e5-958b-e7717b66eaf2.jpg)