-
`iroh p2p lookup` prints all observed and listening addresses, which includes both your actual IP and the IPs of relays, however, it's not obvious which are which.
Ideally, the output for relays wo…
-
As many config values should be hot reloadable as possible, i.e. cache sizes, path values, etc. The config file doesn't needed to watched for changes but should be reprocessed upon receiving a signal,…
-
We now have an example of generating metric definitions with a macro which is much more ergonomic. Need to convert all existing code into that format.
-
Right the `version` and `watch` RPC calls use the version information pulled in from `env!("CARGO_PKG_VERSION")`.
Our metrics, also track the "build version" using `git_version`.
What do we want to …
-
Hi authors:
Thanks for your work.
The original K-Diffusion paper report FID scores for FFHQ dataset (64x64) is about 2, but when we use your code repo, the FID is over 60 and the visualization r…
-
**Project description**
An app for Raspberry Pi GPIO Output control and Input visualization, built in rust using the [Iced](https://github.com/iced-rs) GUI toolkit and [rppal](https://github.com/go…
-
While installing I had started the quickstart then the install script, which installed everything but the binary. After running `iroh_xxx.sh stop` it opened a link with my browser and downloaded the b…
-
(inspired from https://github.com/libp2p/go-libp2p/issues/1598)
We should agree on a canonical log format for identifying misbehaving peers across libp2p implementations.
My recommendation is a …
-
I am trying to put iroh-relay behind nginx: https://github.com/deltachat/chatmail/issues/445
Current problem is that nginx rejects the requests from iroh-net 0.25.0 with error 400.
According to the …
-
A wasm-bindgen interface for a private file's `stream_content` method. Ideally an equivalent on the public side should also exist.
Use case I had in mind:
Ability to use the HTTP range header to g…