Toby Lawrence
Toby Lawrence
I am the alpha and the omega in these parts 😂 so feel free to just open a PR.
👋🏻 It would likely be fine to do this as part of the calibration phase as you suggest. An easier approach may simply be to copy what `minstant` and ask...
Just an update, since I realized I gave some bad advice before: we wouldn't want to do this in calibration, but in the calls we make to see if the...
I support option #1 to avoid changing behavior/APIs and instead improve the error message where possible. This feels more aligned with the general behavior of the Rust ecosystem -- explicit...
@dkirov-dd Was this self-QA'd? If not, do you have a set of QA instructions, perhaps with a specific integration to test?
@notgull I think this would be fine work on a PR for if you're still interested. From my cursory scan, it seems like the public changes would be minimal, and...
`TryFutureExt`/`TryStreamExt` could totally be implemented in the crate, sure, but it's a lot of work for what seems like a questionable benefit. Now that I look more at it, it...
It looks like this needs to be a little more fleshed out, unfortunately. With default features turned off, and the `push-gateway` feature enabled, the package fails to build because we...
> You mean all of them or one of them? The first one is probably the simplest, as long as when one wanted to use `ring` they wouldn't have to...
Yeah, I mean, I think what I'd want to do, if anything, is something like: - `push-gateway`: enables Push Gateway support using crypto provider A in `rustls`/`hyper-rustls` - `push-gateway-tls-provider-`: enables...