Marcin Rataj

Results 1311 comments of Marcin Rataj

Thank you. Seems that Snap package isolates each install in the own sandbox, severely limiting its capabilities. For now, reinstall does the trick, but you need to manually migrate your...

I requested safelisting ipfs-desktop snap to use `--classic` confinement: https://forum.snapcraft.io/t/ipfs-desktop-classic-review/28517?u=lidel When we get :+1: there I will flip https://github.com/ipfs/ipfs-desktop/blob/3b138478835117469a4dcd89fca59e3fb25e5e18/electron-builder.yml#L67

## (1) It should be mitigated by fix from https://github.com/ipfs-shipyard/ipfs-desktop/pull/1750 where I added 3s timeout for POST request used for port testing. - Thank you @UnKnoWn-Consortium, info from https://github.com/ipfs-shipyard/ipfs-desktop/issues/1723#issuecomment-766165256 saved...

> I am wondering, will it disrupt the lifecycle of the .ipfs folder or the daemon if a cleanup script that runs when the app starts up is added? I...

Not running Renderer when not needed is worth investigating. IIRC right now we keep an instance of browser window with webui inside of it at all times, which comes at...

We already have setting for this in `Settings` → `Open WebUI at Launch`. IIRC it is enabled by default because Electron broke Tray icon (#1153) and people on Linux were...

Thank you for filling this. We could follow suggestion to manually set dependencies as suggested in https://github.com/electron-userland/electron-builder/pull/6225/files but this is brittle and forces us to manually manage deps going forward,...

Changing API address applies only to WebUI. Everything else reflects local node that ships with IPFS Desktop. That is why you see remote API in webui, but desktop tray menu...

I like it, this would make a nice feature for ipfs-webui for power users, but needs additional work if we want to show API ADDRESS section in ipfs-desktop, namely make...