-
We now have the ability with quic-rpc to listen simultaneously on a mem and a http2 socket. So it should be relatively easy to make iroh-cli talk to iroh one, by having iroh-one open http2 sockets in …
-
Hi, 👋
I can reproduce `called Result::unwrap()` on an `Err value: Open(RemoteDropped)`, every time I run the code below.
```rust
use std::str::FromStr;
use iroh::blobs::store::fs::Store;
us…
-
https://github.com/n0-computer/iroh/actions/runs/8846429159/job/24292299761?pr=2233
-
After working on the [Debian package generator for IPFS Kubo](https://github.com/twdragon/kubo-debian-pkg), I wonder if it would also be useful for Iroh CLI run as `systemd` service on Debian/Ubuntu. …
-
Currently, the `src_ip` values for `quinn::Transmit`s are indirectly set by us via our rewriting of `dst_ip` (and choice of `dst_ip` in the relay case) in the `RecvMeta` of `poll_recv` (in `MagicSock`…
-
### Checklist
- [X] I am using an up-to-date version.
- [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/doc/index.md).
- [X] I have searched existing [issues](…
-
At the moment, iroh clients that connect to a relay via websockets do so using the `tokio_tungstenite_wasm` library, which doesn't support providing your own `AsyncRead/AsyncWrite`, so you're not in c…
-
I managed to solve this one myself, but I didn't see an existing Issue for this so figured I'd file it in case someone else runs into something similar in the future.
I think the root cause is that…
-
IPFS (or other content-addressing protocols) is a very interesting technology, especially for linked data, as it helps make static resources highly available. Atomic Data Properties are examples of wh…
-
Need to do a review of all existing dependencies and update them where possible & appropriate.