Marcin Rataj
Marcin Rataj
IIUC FUSE turned out to be [pretty problematic part of go-ipfs](https://github.com/ipfs/go-ipfs/issues?page=2&q=is%3Aissue+is%3Aopen+fuse), each platform/filesystem (linux, windows, macos) having own issues, making the entire thing too brittle for production use, and fixing...
Could this be in the tooltip that is displayed when user hovers over the icon (without clicking on it)? I think that would be more useful than adding it to...
Note that `src/daemon/index.js` emits status change event only when daemon starts/stops, and that triggers menu refresh. IIUC to have the peer count available for tooltip and menu we would have...
The tooltip is not worth it imo: rebuilding menu is not really much more work than the polling itself (sending HTTP request to go-ipfs and parsing response), so if we...
Is this still a problem with [v0.13.2](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.13.2)? Linux support is experimental, but if someone using DE submits a patch, I'm happy to review!
> I was trying to use IPFS Desktop, but an update was available. I was not in a position where updating at the moment would be convenient, but there was...
@bluelovers was this request specifically about adding portable version for MS Windows 10? (Linux already has `.tar.xz` version which together with setting `IPFS_PATH` does this)
Did quick check and `electron-builder` supports `portable` target. Enabling it won't be enough, we also need to disable codebase and disable some features when `PORTABLE_EXECUTABLE_DIR` env variable is present (add...
Blocked: support for proxying p2p connections need to land in go-ipfs first, then we can add UI in Desktop app.
Ref. Filestore is still an experimental feature in go-ipfs: https://github.com/ipfs/go-ipfs/blob/v0.7.0/docs/experimental-features.md#ipfs-filestore I don't believe we should suport this before it gets promoted to stable.