Marcin Rataj
Marcin Rataj
## Problem Right now JS Core API docs are maintained by hand [as a directory with bunch of Markdown files](https://github.com/ipfs/js-ipfs/tree/ipfs-core%400.13.0/docs/core-api). This is [unsustainable](https://pls.watch/#v=EF_xdvn52As&t=1m28.9s;1m30.5s&UNSUSTAINABLE), docs often get out of date (https://github.com/ipfs/js-ipfs/pull/4013,...
**Version**: N/A #### Type: Enhancement #### Severity: Medium #### Description: IPFS Node should persist a list of currently connected peers periodically, so the next time it starts it can use...
> This is JS tracking issue to match `--allow-big-block` behavior from go-ipfs (https://github.com/ipfs/go-ipfs/pull/8414 and https://github.com/ipfs/go-ipfs/issues/8696) TLDR: bigger blocks can't be exchanged over libp2p, so we want to make a loud...
>  Fix for thix exists in ipfs-webui [v2.16.0](https://github.com/ipfs/ipfs-webui/releases/tag/v2.16.0), which updated geoip dataset, but we are unable to switch to latest webui because of this bug: https://github.com/ipfs/ipfs-webui/issues/1984
TLDR: snap confinement should not be applied to tools like ipfs-desktop. This is called "classic" mode. I filled a [request to apply "classic" confinement](https://snapcraft.io/docs/reviewing-classic-confinement-snaps) to ipfs-desktop in https://forum.snapcraft.io/t/ipfs-desktop-classic-review/28517 :point_right: Until...
## Summary Installation of IPFS Desktop could register native integration that enables user to add files to IPFS (MFS) directly from operating system's file manager. For example: a dedicated context...
This is exploration into better support of Apple Silicon. [electron-builder](https://github.com/electron-userland/electron-builder) supports producing either universal package or one for each architecture. In case of Desktop, things are more complicated: we also...
Right now, IPFS Desktop installs system-wide protocol handlers (dweb, ipfs, ipns) which converts `ipfs://` URI to gateway URL and opens that in default browser. It is fine, but may be...
### Summary This issue is an entry point for gathering prior art, feature requests and ongoing work around native integrations for the most popular operating systems. Comment below if something...
When user takes a screenshot or imports files via OS integration, we copy a shareable link to clipboard. However, the content is not present on gateway node until someone requests...