Cory Snider

Results 223 comments of Cory Snider

Thank you for humouring me! I skimmed the diff and it's looking much, much better. I am especially happy with how `func (*Daemon) addLegacyLinks` turned out! I will do a...

This sounds more like an issue with your host machine, not Moby. The port mapping might be red herring; have you confirmed that the `curl-mapped` task is running on the...

My apologies, I messed up the `dig` command in my previous comment. It should be `dig google.com @10.0.0.2` to query the server at 10.0.0.2 directly instead of going through systemd-resolved...

Untangling the `epCnt` knot is going to be tricky, and I think it deserves a dedicated PR. How about focusing on the comical `DeleteObjectAtomic` retry loops in this PR? They...

> Since both `sbJoin()` and `sbLeave()` are always called on an `*Endpoint` receiver which were either just created, or just retrieved from the datastore, there's no chance that the receiver...

[The scope of a route says a lot about the network topology in relation to the host.](https://superuser.com/a/1389304) The prefixes of the link-scoped routes forms the set of prefixes which are...

> Link scope carry _some_ information about the route but [...] I still believe it only provides very partial information about the overall LAN topology. I agree that it is...

It does seem like a good idea to align the Swagger specs to the actual Engine API responses as JSON parsers in other languages may be stricter than Go's regarding...

Your reproducer is pretty minimal (thank you!) and does only one thing: generate an RSA key pair using the `keypair` package. That package only has one import—`require('crypto')`—and it is only...

IIRC we decided not to gate opportunistic RRO by API version because we believe RRO is what most users expect when they request a read-only mount, and a mount being...