hrxi

Results 31 issues of hrxi

### Version ``` tracing-test v0.1.0 (/tmp/tracing-test) ├── tracing v0.1.34 │ ├── tracing-attributes v0.1.21 (proc-macro) │ └── tracing-core v0.1.26 └── tracing-subscriber v0.3.11 ├── tracing-core v0.1.26 (*) └── tracing-log v0.1.3 └── tracing-core...

Replacing `.unwrap_or(Vec::new())` with `.unwrap_or_default()` doesn't do anything for performance, they produce identical machine code with optimizations: https://rust.godbolt.org/z/hzTdazGqW. Perhaps the lint category could be changed or it could be changed to...

good-first-issue
A-category

**Is your feature request related to a problem? Please describe.** I'm trying to build a tracing backend that ships logs via HTTPS requests. I want to disable logging for this...

We don't want to maintain two versions of this script; they already diverged. This gets rid of `&>>` redirection operator and replaces it with an equivalent because Apple doesn't update...

This includes the changes from #857, @styppo's branch and mine to support the coming PR for iteratively building accounts tries.

Failure: […] 2022-05-11T12:13:14.310924Z INFO nimiq_network_libp2p::network: Connection closed because cause=Connection error: I/O error: connection is closed 2022-05-11T12:13:14.313471Z DEBUG nimiq_network_libp2p::discovery::behaviour: addresses_of_peer peer_id=12D3KooWHEoYACm5nzsVqaMArr3oyWJ1vGz2AqopxvH4vVJRpXVp addresses=[] 2022-05-11T12:13:14.313710Z DEBUG nimiq_network_libp2p::network: Dialing peer peer_id=12D3KooWHEoYACm5nzsVqaMArr3oyWJ1vGz2AqopxvH4vVJRpXVp 2022-05-11T12:13:14.318793Z DEBUG nimiq_network_libp2p::network:...

We need a way to collaboratively assign issues to failed CI runs. Ideas were: Google Docs, maybe in Grafana?

![](https://user-images.githubusercontent.com/24882852/159323460-d54a56be-ed4a-49f6-8d96-b1105b1ae6fe.png) In the diagram, you can see the the newly accepted blocks by the seed node, each validator and the spammer. Everything but the spammer usually coincides, so it's basically...

In preparation of Windows support.

I have a [Merkle tree data structure](https://en.wikipedia.org/wiki/Merkle_tree) that consists of lots of hashes. Hashes are fixed-size byte arrays. [`postcard`](https://postcard.jamesmunns.com/) serializes them (through the byte array → tuple of bytes) by...