Thomas Eizinger
Thomas Eizinger
Btw @dgarus, if you want to push the deterministic certificate story forward: The next step would be to open an issue with `ring` to inquire about deterministic APIs. See https://github.com/rustls/rcgen/issues/173#issuecomment-1757092321.
This is very likely an upstream bug of the `system_configuration` crate (see the stack trace). Can you reproduce the problem if you just depend on that one?
PRs for bumping dependencies are welcome: https://github.com/mxinden/if-watch/
Feel free to start! :) I've not heard from @1010adigupta so far.
It emits an mDNS specific event that the user has to react to manually. The idea of the new event is that it is shared with other behaviours.
> Initialization of `tracing_subscriber` is already quite noisy. E.g. it requires 4 lines instead of the 1 line of `env_logger`. Should we introduce some abstraction? I think that would make...
> @JacobOgle cool! this will be my first time contributing to this repo. the label `getting-started` is synonymous with `good-first-issue` right? Yes!
I don't think there is a need for macros if we can just have a function that is reused across different places.
> My plan is to put the function in `/libp2p/src/lib.rs`, any idea where to put the function? We definitely don't want it in the libp2p crate because: - It would...
> > Like I said above, best to make a new crate that is marked as `publish = false` and only used as a dev-dependency. > > Ok. What would...