Asmir Avdicevic
Asmir Avdicevic
Currently we do very simple extension/path based mime type detection. Usually that is not enough and we rely on clients and browsers to figure it out on their own. We...
We currently run with defaults, we could do some work on reducing the final output sizes.
as the title says
UX wise people might experience odd behavior if they try to run multiple instances of `iroh` or already have `kubo` running. Should make sure we are either compatible with that...
Currently we used a fixed denylist implementation based on https://badbits.dwebops.pub/. Once https://github.com/ipfs/specs/pull/299 is merged we should follow through with a more general implementation.
Currently needed: - ~~aarch64-apple-darwin~~ - done in https://github.com/n0-computer/iroh/pull/169 - x86_64-pc-windows-gnu Others in the future.
It would be useful for testing (and probably other edge cases) to have an option to request a CID which skips the `store.get` check and directly resolves via p2p. Possibly...
Look into testground Setup 1st integration test
We're starting to see `OpenTelemetry trace error occurred. cannot send span to the batch span processor because the channel is full` which is usually the result of performance limitations on...
I'm looking into leveraging iroh-ctl as a hub to report on some stats, for that it would be ideal if I could list and tag different `RpcClientConfig` so that it...