Mateusz Gozdek

Results 418 comments of Mateusz Gozdek

Sounds good. I created #8944 as a follow up to actually start using those warnings functionality.

/remove-lifecycle stale

It's almost done in https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/2890.

/close https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/2890 is now merged.

Doesn't seem like it. Example: https://github.com/prometheus/prometheus/blob/6e2905a4d4ff9b47b1f6d201333f5bd53633f921/web/api/v1/api_test.go#L2567

Perhaps `/etc/os-release` could be used instead of `/etc/lsb-release`?

Sample code how you can read the humidity: ```diff - if (0x50 in values) and (0x42 in values): + if (0x50 in values) and (0x42 in values) and (0x41 in...