dpc
dpc
I'm trying to run `cargo hfuzz` inside a Nix derivation, which is using [crane](https://crane.dev). ``` > make: Leaving directory '/nix/store/q7yhjb6cs5193z84z46g137439alr7sh-cargo-package-honggfuzz-0. 5.55/honggfuzz' > > --- stderr > warning: Skipping impure flag...
I'm trying to update our toolchains, and honggfuzz couldn't compile due to some C++ nonsense: ``` mangle.c:419:6: error: initializer-string for character array is too long, array size is 8 but...
I have two boxes, using roughly identical nix-darwin config. One had MacOS upgraded and github-runner does not start via launchd anymore. Working box: ``` -sh-3.2# sw_vers -productVersion 15.4 ``` Faulty...
Would be nice if people could use their Radicle identities/repositories to host their proofs and/or download them from other users' Radicle repos. I'm not sure what technically is necessary for...
As rusqlite popularity in Rust ecosystem grows (👏), not being able to use two different rusqlite version due to rusqlite-sys symbol conflicts is becoming increasingly a pain point for applications....
``` test-ci-all> 03:14 00.000006 thread 'construct_wallet_summary' panicked at fedimint-testing/src/btc/real.rs:142:18: test-ci-all> 03:14 00.000005 Bitcoin RPC returned an error: JsonRpc(Transport(SocketError(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }))) test-ci-all> 03:14...
It's quite easy to forget that bitcoin_core::Client has blocking IO, so might just wrap it to avoid it.
While I was debugging #8073 I've found some small modifications and fixes like delaying some network requests.
This is building infrastructure for the #8032 . I don't like this change, because I have to near-duplicate a lot of existing infrastructure around api-announcements, but I think it has...
Re #7866 We keep hitting write-write conflicts in api conflicts, and in general I don't like the current api handler strategy w.r.t the db. We open db transaction for every...