Bryan Talbot

Results 24 comments of Bryan Talbot

I just spent several hours trouble shooting this problem, ran into the same XING blog post and then this issue report which was opened while I was trouble shooting! Anyway,...

> For an in-cluster address if you know the namespace you can construct the fqdn, e.g. servicename.namespacename.svc.cluster.local. This only works for some apps or resolvers. The bind tools honor that...

I found this hack in some other related github issues and it's working for me ```yaml apiVersion: v1 data: resolv.conf: | nameserver 1.2.3.4 search default.svc.cluster.local svc.cluster.local cluster.local ec2.internal options ndots:3...

No word back from docker hub yet?

Wonder if it's for the name `Or4c13` or for the contents. Don't want someone thinking this was an official `Or4c13` distribution or something.

Looks like Alpine linux 3.8 (using ruby 2.5) made the webrick gem an optional install. The gem is listed as a default gem which is supposed to be always available...

In case it's not clear, this bug causes incremental backups to become corrupted if the order of keys from the event stream ever change or differ from the declaration order...

I have a similar issue when mocking a File.read for a test. The 'allow' is acting like an 'expect' and preventing all other uses of File.read that are not specifically...

The impact of this issue is that SQS clients do not get proper errors and seem to always get a generic and undocumented error instead. Below is a simple JS...

Thank you. It does look like a fair amount of work to support the updated protocol