Marcin Rataj

Results 1311 comments of Marcin Rataj

- :broken_heart: removal of user data (`IPFS_PATH`, aka `.ipfs`) as the default is a bit controversial: we would not do this unless we have a separate, explicit opt-in from the...

Did some spelunking on borrowed Windows 10 laptop and (`$user` is the name of my user): - `%USERPROFILE%` is `C:/Windows/Users/$user/` - `%APPDATA%` is `C:/Windows/Users/$user/AppData/Roaming/` - specific for every user and...

Thank you @MicahZoltu, that is very useful feedback. Did some digging and there are three separate topics here, each can be tackled separately: ## On replacing `%APPDATA%` with `%LOCALAPPDATA%` Main...

Thank you @MicahZoltu, this is useful feedback. IIUC someone familiar with Windows may be able to fix this for new users with a set of surgical tweaks (only on Windows...

Extracting action plan for most valuable fix for Windows users (https://github.com/ipfs/ipfs-desktop/issues/1862): > If a user installs IPFS Desktop on Windows, it will create multiple folders: > > %AppData%\Roaming\IPFS Desktop >...

#### On fixing macOS build Due to severity of the issue I'd say its ok to use branch version to fix this. **Note:** use harcoded commit to ensure our build...

Companion is polling peer list, we could additionally/instead read subset of config with gateway port. This most likely needs https://github.com/ipfs/ipfs-companion/issues/721#issuecomment-494602685 to land first tho.

Not sure about low level implementation, but IPFS Desktop is a natural fit for UI responsible for enabling/disabling this. It is worth highlighting that @alanshaw started work towards that goal:...

See also: https://github.com/piedar/js-ipfs-mount

Hey, @djdv IIRC last time we talked about this you mentioned mounting MFS will be a part of go-ipfs, is that still the case? Do you have any ideas on...