Marcin Rataj
Marcin Rataj
Right now, weekly report includes a snapshot in time for a specific week: >  This is useful for understanding _current_ distribution, but does not help with building intuition about...
> This is a notice I'm filling in repo of every HTTP Client I can find. > **Feel free to close it if this project already works fine with go-ipfs...
## Problem Even when we update to latest `cids` library, when user enters a CID with Filecoin-related codec, they get error because `ipld-filecoin` decoder does not exist: >  Test...
> Figuring this out feels like a subtask of https://github.com/ipfs-shipyard/ipld-explorer/issues/55 – cc @jessicaschilling Right now only three formats are demoed at https://explore.ipld.io (and in ipfs-webui): `ipld-dag-pb` (unixfvs1), `ipld-git` and `ipld-ethereum`:...
This PR removes use of `.io` domains and finishes migration to `.tech`. Wider context why we moved websites away from` .io` in: https://github.com/protocol/bifrost-infra/issues/2018 ## TODO Below things need to happen...
Tested on `webui.ipfs.io` and `http://127.0.0.1:5001/webui/`, Firefox 124.0.2 and Google Chrome 124.0.6367.18. Opening image in Files triggers fetch twice - once via Kubo RPC and `/api/v0/cat` - once via subdomain gateway...
Google Chrome 124.0.6367.18 (this does not happen in Firefox 124.0.2 :shrug: ) Opening JPG in Files fails due to Chrome upgrading request to `https://cid.ipfs.localhost:port` to `https://` for some reason: >...
We should have a test for each: - CIDv0 (`QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR`) - CIDv1 base32 - dag-pb - raw - dag-json - dag-cbor - CIDv1 base36 - libp2p-key codec - PeerID (not...
Enhancement idea by @gammazero (extracted from https://github.com/ipfs/go-ipfs/pull/8180#discussion_r671549022): > Would it be worth implementing a multibase Decoder that would take an `io.Reader` and return one as well, with a signature like...
Right now we need to manually update tables in JS/GO implementations: - GO: https://github.com/ipfs/go-cid/blob/85cd30874e614c61d6dd82d991878d84053fd579/cid.go#L52-L110 - JS: - https://github.com/multiformats/js-multicodec#updating-the-lookup-table - https://github.com/multiformats/js-multihash/blob/e850f682b0368a759391f7f72343019ff23a2775/src/constants.js This is pretty bad for IPFS/IPLD ecosystem because we often...