Marcin Rataj
Marcin Rataj
> Just writing down some thoughts and concerns, needs more analysis, probably can be split into 2-3 phases. Right now ipfs-desktop is tightly coupled with ipfs-webui: 1. ships with a...
> Use of Electron Builder's Auto Update is tracked in https://github.com/ipfs-shipyard/ipfs-desktop/issues/668. > **This is a placeholder issue** about hardening the Auto Update process by introducing an additional IPFS-based integrity check...
@Gozala noticed UX issue with adding files via IPFS Desktop and trying to open them on the public gateway: ``` gozala │ lidel: content uploaded through UI doesn’t seems to...
This is similar to https://github.com/ipfs/ipfs-companion/issues/1072 but about what happens when user has no local node running. ## Current behavior When user has ipfs-companion enabled but not local IPFS node running,...
There is an argument that installing IPFS Companion should not degrade browsing performance, but augment it: recover when HTTP server is down, cache for later offline use. Avoiding HTTP connection...
https://fleek.co is an example of interesting misconfiguration (at least today 2022-02-17): - `fleek.co` has no DNSLink - HTTP response includes `x-ipfs-path` to immutable snapshot ```console $ ipfs resolve -r /ipns/fleek.co...
Ref. https://github.com/ipfs/go-ipfs/releases/tag/v0.12.0 - [ ] check if our webui preload logic is impacted by `refs local` change or not
Seems that Firefox (around version 96-97) changed somethign and is now way more aggresive when a gateway does not start returning response immediately. For example, first load (empty ipfs repo)...
See https://github.com/ipfs/ipfs-docs/issues/893 Worth revisiting if those are better than what we currently have on the welcome page.
- [x] remove yarn and all the hackery around transitive dependency overrides - [x] bump all dependencies - [x] switch to ipfs-core for fewer deps - [x] remove unused deps...