Marcin Rataj
Marcin Rataj
deprioritize - windows does not block running unsigned binaries, only shows scary warning – CLI users on Windows are either used to that, or run Linux VM/env anyway, so not...
CI was broken and apple binaries did not build for v2: - https://github.com/ipfs/service-worker-gateway/actions/runs/18676383529/job/53247136483 I've fixed it with the same workaround as https://github.com/ipfs/distributions/issues/1169 – re-run job and `darwin` binaries are now...
This is a sensible feature, but not specific to ENS. Applies to all [DNSLink](https://dnslink.dev/) websites and IPNS too. @mansijoshi17 if you want to work on this, a quick tip: on...
Retiring sounds sensible. Are you willing to open a PR that switches to stdlib? Or could it be a part of https://github.com/multiformats/go-multibase/issues/44? We could then release and archive https://github.com/multiformats/go-base32
Somehow related, if we fixed https://github.com/ipfs/kubo/issues/9245 we could show logs in realtime in the webui, similar to how github actions print logs. Also, we may decide to move this from...
I think we need to look deeper. Let's explore what is the actual use need here. Recursive pinning is already implemented and enabled by default. See `ipfs dag import --help`...
> I don't want to include GB large NFT collections, where I only own one image, in my node fwiw `Import --> From IPFS` (backed by `ipfs files cp`) is...
Yes, the thing you've described for 2) is not possible because `ipfs pin add` operates on CIDs, not content paths. If you pass a path, it will be resolved to...
go-libp2p use in IPFS Kubo is also impacted by this, because we enable virtually all possible transports (TCP, QUIC, WebTransport, WebRTC Direct, WebSocket, [WebSockets with AutoTLS](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotlsautowss) etc) to maximize connectivity....
@bgrahamen thank you for the report, we will triage next week, but a quick ask: do you remember if this behavior started in 0.29, or was it also present in...