Marcin Rataj
Marcin Rataj
Alex noted how partial reads done during preview of text files may lead to leaking resources https://github.com/ipfs-shipyard/ipfs-webui/pull/1646#issuecomment-699043284 The whole point here is that we want to avoid unnecessary reads because...
> cc https://github.com/ipfs-shipyard/ipfs-webui/issues/1042, https://github.com/ipfs-shipyard/ipfs-webui/issues/629 MFS can store files in "lazy" fashion, which means root is added to MFS, but children are fetched lazily, on first use. ### Example English wikipedia...
This may be an [unexpected feature](https://ipfs.io/ipfs/QmVnLkRxWWv2xiPKeQy6re1zCepzX7YXUiq5fESkd1j8bC/bug_or_feature.jpg), but one can move file by changing name to include path, for example to move a file one folder higher: >  I was...
Opening http://localhost:8080/ipns/orbit.chat/ (local gateway provided by go-ipfs) triggers unnecessary redirect to HTTPS: https://github.com/orbitdb/orbit-web/blob/653c0e867719b0a26946d3bdee19db20c222c632/src/index.js#L17 which breaks load from local gateway and in Brave (https://github.com/brave/brave-browser/issues/13853).
Closes #721
@yiannisbot @willscott ok to add the more recent paper to https://docs.ipfs.tech/concepts/further-reading/academic-papers/? Any preference with regard to ordering? Anything else that should be added?
Right now, https://docs.ipfs.tech/concepts/ipns/ is more like a publishing tutorial/how-to, than an explainer of an abstract concept. I propose: - moving [Example IPNS Setup with CLI](https://docs.ipfs.tech/concepts/ipns/#example-ipns-setup-with-cli) section to a separate how-to...
Most people are ok with whatever chunker and hash function is the current default in commands that import data to IPFS. In case of go-ipfs, these are `ipfs add`, `ipfs...
We need to update all places that mention `EnableRelayHop` – Relay V1 server was removed from go-ipfs 0.11 and now requires running a separate binary. See details in: - [go-ipfs...
We are missing a standalone tutorial with two chapters: - how to enable WebSockets (`/ws`) in go-ipfs / js-ipfs - how to add TLS cert and announce it to other...