XAMPPRocky

Results 504 comments of XAMPPRocky

If we add another label to metrics that could work. I was originally thinking it would replace the `reason` value. So you'd normally see the filter name like you do...

Another option would be to include the parameters of the filter in the metric labels, that would make it more distinct by default and be more clear than just the...

Thank you for your issue! This where I scope creep this feature a little bit and ask, instead of having dedicated endpoints for each kind of data users are interested...

It's set automatically but I don't see a prefix, so maybe it's just disabled on my mac 🤔 Wonder if we could query that (for linux and windows too) and...

> A command line arguement/env var is probably better than a feature flag (across the binary and testing) Definitely agree, if it's a feature flag, that means you have to...

> Weird that WSL is working for you, but a Mac network doesn't. Yeah and the underlying windows machine also does not work with IPv6 😄

It's now generally available. Would we be able to try it?

> benchmark for the ClusterMap::PartialEq implementation, and it shows it's very slow. Yep, 100% it is that was another thing I saw in the flame graphs. > the current method...

I think the simplest version that would work initially would just be a `set-version` command that lets users override whatever the proposed version is with a new version. ``` @release-plz...

That makes sense to me, for my part I usually try to have all crates in a workspace share the version number, so I'd assume without specifying the crate it...