Nick Gaya

Results 8 comments of Nick Gaya

Pinging @alainsahli, @aemruli as the primary authors of `SimpleMessageListenerContainer`.

@theatrus I think this is the same issue I discussed with you on Gitter a while back where it appears the ENI is not forwarding packets to the ipvlan interface...

> Also odd: jhorky's ARP cache is 100% empty. But maybe that's just because it hadn't pinged anything recently. This is expected because it is not able to receive ARP...

We are using `k8s.gcr.io/kube-proxy:v1.10.7` in the default (iptables) mode, deployed with kops. ``` /usr/local/bin/kube-proxy --cluster-cidr=100.96.0.0/11 --conntrack-max-per-core=131072 --hostname-override=ip-10-110-174-111.eu-central-1.compute.internal --kubeconfig=/var/lib/kube-proxy/kubeconfig --master=https://api.internal.voda.kube.llabs.io --oom-score-adj=-998 --resource-container="" --v=2 ```

Currently `EMPTY_BODIES` is defined as `(None, '', '{}', 'null')`. For Python 3 compatibility, this should probably be `(None, b'', u'', '{}', 'null')`.

Yes, but it'll take me a little while. I'd like to update the client and tests as well.

Not sure why this was closed, I didn't get a chance to provide a PR but this is still a bug, the server implementation is not compliant with the spec.

@candlerb This is not a correct supposition. Jinja2 has its own built-in parser, so precedence is independent of Python. @pfalcon Filters and tests have higher precedence than binary operators. For...