Léo Gillot-Lamure

Results 25 comments of Léo Gillot-Lamure

Hi. Thank you very much for fixing ! I can confirm I get proper behaviour with version `esp-idf-svc = "0.49.0"`: ```console $ http http://192.168.1.230/ HTTP/1.1 500 Internal Error Content-Type: text/html...

Hi. @cgwalters in https://github.com/coreos/rpm-ostree/pull/4392 you said: > This is aiming to help replace the hacky systemd unit created in https://github.com/coreos/fedora-coreos-docs/pull/540 I have no idea how it relates, now that the...

Hi. It seems Initializers were an Alpha concept and were abandoned in this form (see https://github.com/kubernetes/kubernetes/pull/72972). However, don't mourn them, because their functionality is provided by a special Admission Controller...

Hi. No, I haven’t tested anything yet: I first need to figure out how to build the binary then the container, for which I haven’t found instructions yet (at least...

Yeah no, it’s just an abstraction layer over the official prom client: https://github.com/go-kit/kit/blob/dfe43fa6a8d72c23e2205d0b80e762346e203f78/metrics/prometheus/prometheus.go#L84.

I just realized there was a major Træfik version release during my development cycle ! That’ll teach me not pinning containers… Anyway, just for the record I tested with container...

Ah, thanks a lot @rtribotte ! Any idea what was the root cause of the bug ? It remains a mystery to me x).

Ok, makes sense, thanks for your answer. I’ll test whenever the patch gets into a release on DockerHub.

I have more to come regarding 32-bit wide datatypes (this one was the uncontroversial low hanging fruit), so let’s not cut a release right now to cut on overhead. I’ll...

Interestingly there is a test compile fail on this one, that I had not seen before: ```console error[E0277]: the trait bound `i32: EncodeCounterValue` is not satisfied --> src/encoding/text.rs:890:29 | 890...