Maxim

Results 14 comments of 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...

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...

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...