Mikhail Zabaluev
Mikhail Zabaluev
The Terminal component of the framework [performs initialization](https://github.com/iqlusioninc/abscissa/blob/df52b4daade83c78879a08047396729ca4e2cc84/core/src/terminal/component.rs#L19) of the global eyre handler with `color_eyre::install`, unless the application's color choice is set to `Never`. If the handler installation fails, a...
The last release (and commit to the master branch) was a year ago, and there is at least one issue with security implications that has not received any visible attention...
As currently emitted by the server generator, the service trait requires `Clone` and the server object implements the `Service` impl to satisfy `MakeService` by cloning itself. While simple, this precludes...
[This run](https://github.com/mzabaluev/github-actions-playground/actions/runs/116171611) using `actions/cache@v2` shows how a cache created by the `update-deps` job is not hit by the jobs in the `test` matrix that depend on `update-deps` and use the...
- Avoid caching redundant data. - Demonstrate how to share cached dependency downloads across build jobs in a multi-OS matrix. - A recipe for testing libraries that do not have...
Reported in https://bugzilla.redhat.com/show_bug.cgi?id=1833779, occurred in connection with https://gitlab.gnome.org/GNOME/libsecret/-/issues/48 and the errors seen in https://github.com/flatpak/xdg-desktop-portal/issues/499.
First crack at #399 Based on #1011 Advantages over generic macro-generated builders like [derive_builder](https://crates.io/crates/derive_builder): - Type system knowledge from protobuf is applied to make the API more ergonomic: - The...
Resolves #3820 Supersedes #3832 Requires https://github.com/cosmos/ibc-proto-rs/pull/190 ______ ### PR author checklist: - [ ] Added changelog entry, using [`unclog`](https://github.com/informalsystems/unclog). - [ ] Added tests: integration (for Hermes) or unit/mock tests...
## Summary Replace usage of tendermint-rs with [cometbft-rs](https://github.com/cometbft/cometbft-rs). ## Problem Definition Tendermint-rs is in maintenance mode while new development, particularly support for CometBFT 1.0, is now in cometbft-rs. Another concern...
It would be nice to have an official repository of up-to-date Rust beta images, to complete the rustup-like trifecta for automated CI runs and the like.