Benoît Cortier
                                            Benoît Cortier
                                        
                                    I would like to mention https://github.com/MarcoIeni/release-plz as well
I’m able to reproduce on [current master](https://github.com/tokio-rs/tracing/tree/bf05c61b7234eb1a196ef8d30f773d3ea6b60ce9). Here is the minimal reproducing example I have (based on the one from @davidpdrsn): ```rust use tracing_subscriber::fmt; use tracing_subscriber::subscribe::CollectExt; use tracing_subscriber::util::SubscriberInitExt; fn main()...
@hawkw > > One avenue to fix the problem would be to clear the `FormattedFields::fields` buffer and reformat all the fields again each time `add_fields` is called. > > I...
> > I have a program where I update a specific field to reflect a state changing with time, and this approach would be a problem. > > In general,...
Hi! Thank you for reporting this issue. > if I try to test the gatway standalone and use a self signed cert I'll only get: handle_https_peer failed error="TLS handshake failed:...
Before merging: adjust summary of the commit to match the convention and add the Issue footer to track specify the Jira ticket
Hi! Thank you for considering collaborating further with us!! Unfortunately, I don’t think I can recommend you picky as a low-level building block for DER (and BER, even if we...
> At the moment we're using the lber / nom parser which has it's quirks but it works. There's a lot we could improve in ldap3. > > It was...
> The asn1-rs crate looks good but mostly it seems to be one way. So maybe I'll have to put in some work for that. I'd like us all to...
Of course, you can use picky crates for KDC and X509 certificates, they works well, but the building blocks we used could have been better, and today I think that...