Friedel Ziegelmayer
Friedel Ziegelmayer
Unfortunately the current design of the inmemory channels doesn't allow to send from multiple sources, at least asfaict. I tried implementing a custom transport using `flume` channels, but failed to...
This is through the outdated `[email protected]` -> `[email protected]` -> `[email protected]`
We have been debugging spurious issues with segfaults for a while, and while running our code through valgrind tracked some of the issues down to `futures-rs` unfortuantely: The logs we...
In our implementation (n0-computer/iroh) we currently have to maniuplate the destination addresses based on internal mappings. Currently we need to copy the full `Transmit` slice in order to update these...
Hey, I have looked around but couldn't find a good way to do something like the following ``` js const coll = myTable.where('key').equals('mykey') coll.next().then((val) => console.log('got next value', val)) ```...
I have been testing s2n-quic on localhost, and am seeing a speed of around 1.5 Gbit/s, running with `iperf3` on the same machine with UDP, I am seeing more than...
I am publishing https://github.com/n0-computer/iroh using `[email protected]` but unfortunately it determines an incorrect order and aborts half way through: `iroh-resolver` is attempted to be published before `iroh-store`, which fails due to...
In order to be able to support many TCP sockets, I am trying to allocate `StackResources` on the heap, instead of statically. Unfortunately the `&'static mut StackResources` argument to `Stack::new`...
See https://github.com/rpgp/rpgp/pull/276#discussion_r1480567377 for context
Trying to run tests with the `run_test.sh` I get quite a lot of failures: https://gist.github.com/dignifiedquire/c03ae16417f9f27fe4eabd1e5c823d7e Running `cargo test -p quick-protobuf` also fails. Any guidance how to run them locally would...