David Leadbeater

Results 37 comments of David Leadbeater

I wonder if a context menu item could be added to irc:// URLs via http://developer.chrome.com/extensions/contextMenus.html as a temporary hack until apps can be protocol handlers.

@roidelapluie PTAL, I dropped the yaml tag part.

More minimal PromQL test case, pointing out this is just on the query side: ```yaml tests: - promql_expr_test: - expr: count_over_time(vector(0)[1h:1m]) eval_time: 1h exp_samples: - labels: "" value: 61 -...

Was reminded of this as I'm removing the other use of `reflect.DeepEqual` in #11033 -- I can't think of a reason that people writing unit tests would want or need...

This is unrelated to the disk driver; OpenBSD lacks a unified buffer cache for mmap and read, which nearly all other OSes have. Here's an old thread from 2015 citing...

Sorry, I actually missed there's an open PR (it was hidden in some noise): https://github.com/prometheus/prometheus/pull/9085

Dealing with a diff like this is hard, please follow the directions at https://help.github.com/articles/creating-a-pull-request/ for how to create a pull request and send a version of this applied against git...

IMO we should remove `resolve_prefer_ipv6` (and maybe `resolve_reverse_lookup` at the same time because that's a really weird option too and makes this easier). This will mean adjusting the net_\* APIs...

[A rather tangent from the actual issue but I figure this may as well be written down for later.] I was more thinking about `/etc/gai.conf` (see http://mirrors.bieringer.de/Linux+IPv6-HOWTO/resolver.html, at least for...

Just to clarify the two links lead to the same place -- slack.cncf.io is the signup link for cloud-native.slack.com. But the CNCF slack sounds like a good place.