Marcin Rataj

Results 493 issues of 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...

kind/bug
exp/expert
P2
area/screen/files
need/analysis
effort/hours

> 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...

P3
status/ready
area/screen/files
kind/enhancement
effort/days

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: > ![moving-1-file-2019-01-18--20-26-15](https://user-images.githubusercontent.com/157609/51408602-92c8ff80-1b5f-11e9-9f51-2b91f3c492da.png) I was...

exp/intermediate
P1
status/ready
area/screen/files
topic/design-front-end
topic/design-ux
kind/enhancement
effort/days

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).

@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...

P1
need/triage
dif/medium

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...

need/author-input
need/triage
status/blocked

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...

dif/hard
P1
kind/bug
kind/maintenance
effort/days

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...

dif/hard
P2
kind/enhancement
need/analysis
effort/days
status/ready
topic/docs