Results 17 issues of Adam

Implements https://github.com/casper-network/ceps/pull/90

### What version of gRPC and what language are you using? 1.63.0 1.64.0 ### What operating system (Linux, Windows,...) and version? macOS ### What runtime / compiler are you using...

kind/bug
lang/core
priority/P2
untriaged

Changes: * remove unused connection symmetries (fixes memory draining) * remove unnecessary cloning * don't derive DataSize when all fields are skipped * hide some code that is needed only...

### What does this PR fix/introduce? Reproducibility: how to use rustc wrapper - [*] Docs are successfully building - `yarn install && yarn run build`. - [*] For new **internal**...

WireGuard allows multiple addresses per network interface. Defguard has a limit of one such address.

feature

Building rtorrent 0.14.0 fails on macOS, because fdatasync() is not available. I propose this fix: ``` --- src/core/download_store.cc.orig 2024-10-03 17:46:35.720389128 +0000 +++ src/core/download_store.cc @@ -129,7 +129,11 @@ DownloadStore::write_bencode(const std:: if...