Aleksey Sidorov
Aleksey Sidorov
Currently panic handler colors std module into green and other modules into red, but in my opinion If add possibility to set user color for that match some pattern it...
Within the guide should be the following sequence of actions: 1. Configuring and launching of bitcoind node. 2. Initial configuration and launching of 4 exonum nodes with the anchoring feature....
**Is your feature request related to a problem? Please describe.** The https://github.com/probe-rs/probe-rs/commit/2efc3fbaf1dcd3e3ad85672c1d8c2609c5c9566f version of `probe-rs` doesn't support Debug Transport Mode 13 of the `GD32VF103CBT6`: ``` $ RUST_LOG=trace cargo flash --release...
Added a new method `with_labels` to `Family` Unlike the `Family::get_or_create` method, this one takes a closure that runs with the context of a counter. This approach avoids label set cloning...
I want to ask, do the Kellnr application has any metrics, and if there any plans to implement them? For example, [Meuse](https://github.com/mcorbin/meuse#features) exposes a Prometheus endpoint with various metrics. So,...
This MR add conversion from `BoxBody` type for `Body` struct. This makes it easier to reuse existing `Body` instances in Reqwest clients. For example, for re-sending requests in Axum handlers...
`reqwest::Client` already has `tower::Service` implementation for the `reqwest::Request` and `reqwest::Response` types. But it lacks of the service implementation for `http::Request` and `http::Response` types. If we add this implementation we can...