XAMPPRocky

Results 618 comments of XAMPPRocky

> If it doesn't, I could maybe add a new Error type (though I don't really like that - it's both not elegant and would introduce another breaking change for...

@indygreg Pushed a fix for the time issue in CI 🙂

We can probably remove the ok and/or add an explicit type parameter to decode explicit prefix.

My initial question is, why not fix the `field_bitfield` to allow this to work instead of adding a new field?

What if the map was `(Tag, usize)`? As in it encodes the tag and the position?

So another part of this, is do we need to fix this for `SET` as well, that would prevent some ways in which this is handled.

Just want to echo the desire for this in my projects, we want to allow developers to run a local database such as edgeDB that comes with a UI for...

Similar to pprof, it would be good if we can integrate this in a pyroscope compatible format so that we can see it in production. There is https://docs.rs/pyroscope/ but I'm...

Thank you for your issue! That it is an unfortunate regression. I think we can just replace it with `&dyn AsRef`.