Marcin Rataj
Marcin Rataj
@WenjunII seems this is a known bug in Apple's macOS Sonoma: https://github.com/golang/go/issues/61060#issuecomment-1718384385 Are you able to - make sure you macOS is up-to-date - manually upgrade to the latest version...
Triage notes: - `Blockstore.Has` sounds very sensible (presence check often cheaper/billed differently than reading size) - we were looking into necessity of getting sizes, and plan to make `maxBlockSizeReplaceHasWithBlock` configurable,...
@Wondertan thank you for filling this, by chance, do you have a ballpark % numbers of usable vs unusable peersyou've experienced? cc @aschmahmann @gammazero this sounds oddly familiar, could contribute...
@aschmahmann thank you for adding tests and https://github.com/libp2p/go-doh-resolver/pull/28. Lgtm. I've reviewed https://github.com/libp2p/go-doh-resolver/pull/28, limited it to `localhost`, merged, released, and switched this PR to go-doh-resolver [v0.5.0](https://github.com/libp2p/go-doh-resolver/releases/tag/v0.5.0). Merging as it cleans up...
Triage notes: - Maintainers are concerned how future-proof this is, and IF we want to officially support WASM target - We need a policy on WARM. - If we are...
Hm.. I think the CI previews are broken in this repository. @2color I don't see this repo in Fleek → multiformats project, I guess it was not migrated correctly? Rather...
Triage note: - likely we want to focus on "timeout between byte flushes to client" rather than generic timeout (https://github.com/ipfs/boxo/pull/818) - we will look into this before 0.34
Triage notes: moving to ~0.36~ 0.37
I will be looking at this as part of v0.37, likely cherry-pick useful commits from this PR and https://github.com/ipfs/boxo/pull/887 and introduce both settings in a single PR to avoid duplicated...
Let's go with https://github.com/ipfs/boxo/pull/994 which consolidates both types of limits + adds metrics and more tests.