Franz Heinzmann
Franz Heinzmann
I was testing this today as a step towards custom options (#256). I noted that there's a bug currently for varint fields. They end up as empty because the `len`...
@danburkert how do you feel about this PR, are there things that should be changed for this to be accepted? I'm using this in [hrpc-build](https://github.com/Frando/hrpc-rs) to specify service and method...
Hei @danburkert, do you think this can move forward, or do you recommend another approach?
@danburkert do you have a comment on the future for this PR? Is there a way to get it merged, do you want to see further changes? I'm using it...
I reopened Deltachat Desktop after not using it for two months, and had my screen filled with notifications for about 2 minutes. Each and every new message seemed to trigger...
Note to readers: I chose a different path for now and wrote a small webhook server with Deno. It subscribes to `users.signin` events from Outline, and syncs up their groups...
I just had a look. The failure is: ``` thread 'net::test::gossip_net_smoke' panicked at iroh-gossip/src/net.rs:817:18: called `Result::unwrap()` on an `Err` value: aborted by peer: the application or application protocol caused the...
While exploring some ideas and getting to know libp2p internals better, I ended up implementing a `NetworkBehaviour` that simply exposes the raw `AsyncRead + AsyncWrite` substreams to higher-level code. Similar...
> If I can ask, what do the protocols look like that you are building @Frando? One thing I'm looking into at the moment is a simple tar stream between...
``` $ docker run --privileged --rm tonistiigi/binfmt:master --version binfmt/82a943b qemu/v7.1.0 go/1.20.7 ```