David O'Rourke

Results 20 comments of David O'Rourke

While attempting to write some tests where the tests were depending on a testing crate that was nightly only just now, I was quite surprised when Rust told me I...

Just encountered this today while doing a `pkg upgrade -f` after upgrading to `11.1-RELEASE`. Thanks for the workaround.

This behaviour should be made optional (like the `hcl` toggle for input variables). I understand the need for this behaviour as an output from a module could be a non-string...

> In this particular use-case, would a metric type called constant not be misleading? I agree, but that's the terminology in the official Go Prometheus client, see for example the...

Looking at the `EncodeMetric` stuff, an example in this area would be appreciated. I was trying to write one myself to contribute, but I'm bumping into issues while looking at...

Possibly. I'm going to have to take a while and try to adapt it to something much closer to what I'm actually doing at the moment. My actual code that's...

Thanks, that proposal is looking good. I may also have a PR shortly for the `HashMap::remove` stuff to allow us to remove labels sets from a metric family.

> Though I'm not sure if there's any gotchas or issues with this approach. With a sufficiently large list of objects you may run out of RAM with this approach...

I'm using something along these lines to successfully mock client calls, it's not the best example but hopefully you get the idea. I call this at the beginning of a...

> @phyber How do you access `DynConnection` and what is `TestConnection`? > > Would be curious to see what that code needs for 0.2 Sorry for not including the `use`...