Maxim
Maxim
@orcaman @Lochlanna Guys, I have another simple idea, we can add Get Callback to Get method like that: ``` // GetCb is a callback executed in a map.Get() call, while...
@Peternator7 could you check it out?
I think about taking this issue to implement. @sehz , could you help with requirements? Should it support binary records containing non-valid utf-8? What about header record? Should it be...
> > enable stats by default > > why do we need to enable stats by default? Why not? In case of any problem related to db we will be...
@gvbgduh hi! Thanks for your efforts, it's nice to see our gang of contributors getting bigger! 1) there are some locations where panic handler is settled before logger initialization. like...
@gvbgduh could you go through the code and reorder all places where panic handler is settled before logger initialization?
> @biryukovmaxim just for a thought exercise, is it worth considering cases when there is panic before `kaspa_core::panic::configure_panic();`? I think it's a rare case, that mostly can appear during development...
> Seems reasonable to me, could you add a test case? Added
Any chance it will be merged?
Hello guys, I made an another [pr](https://github.com/tokio-rs/tracing-opentelemetry/pull/129) based on the [branch](https://github.com/academiaresf/tracing-opentelemetry/tree/metrics/gauge) there are some tests fixes, guard them by feature, add `--all-features` flag to cicd. I hope I didn't offend...