Marcin Rataj

Results 1311 comments of Marcin Rataj

redirect-page no longer exist – adjustment to initial UX should be filled as new issue

Reopening, as this needs https://github.com/ipfs/kubo/pull/8648 or better error message to allow users with storage error and faulty MFS state to fix issues like https://github.com/ipfs/ipfs-desktop/issues/2882

Triage notes: moving to ~0.36~ 0.37

This endeavor needs more metrics and tests and integration with timeouts. The atomic.AddInt32 proposed in this PR is ok, however feels like not the best tool for the job. Let's...

This hits the same problem space as `ipfs pin ls` or `ipfs refs local` – without human-readable, meaningful pet names you end up with thousands of CIDs that cant be...

Thank you for reporting, I think we are missing error handling in `ipfs.files.stat` call. Namely, if it returns `Type: error` we should display a toast notification with `Message`: > ![image](https://github.com/user-attachments/assets/3e4e76ef-19d9-4a64-88ee-3d700deee293)

# Repro steps 1. Start Kubo 1. Execute ```console $ ipfs files cp /ipfs/bafybeie6tqsijf7j6gpow5q3qdjmtqgscrmd2ijl4olpxanbbptmvh7sui/ /_Tsize_test ``` 1. Open Files screen in ipfs-webui. The `/_Tsize_test` should show just fine. 1. Now,...

If one of top directories is over limit, the `ipfs files stat /` will error, effectively bricking entire Files screen, so https://github.com/ipfs/ipfs-webui/pull/2327 is not enough. We need to fix this...