Nishant Arora

Results 148 comments of Nishant Arora

@SgtPooki looks like there is a bug in the `kubo-rpc-client` migration, initial investigation makes me believe: https://github.com/ipfs/ipfs-webui/blob/v4.1.1/src/bundles/ipfs-provider.js#L389 should be: ```js loadHttpClientModule: () => create(apiAddress), ``` `kubo-rpc-client` expects: https://github.com/ipfs/js-kubo-rpc-client/tree/master#importing-the-module-and-usage and the...

Yes, I felt so, `ipfs-provider` can prolly be deprecated.

Thanks for submitting this issue @trim21, is the ask here to have a global option to always "pin" files? Maybe @lidel or @hacdias can elaborate more on this, there seems...

@trim21, just wondering if you have been facing loss of data? A simple way to achieve this could be adding a root folder which has the `pin` enabled, then adding...

@trim21 that is correct, if that's not the behaviour you experience. I'd like you to share your findings, that'll be a bug in the current implementation and that can be...

Closing this issue as fixed, please feel free to reopen or submit a new issue if you face this again!

@trim21 ok yes I see what you mean, apologies, reopening this issue.

@haoxingxing thanks for submitting the issue, I think some effort would be needed to reproduce this. On initial look it might be a bug with [multiformats](https://github.com/multiformats/js-multiaddr-to-uri/blob/master/src/index.ts) lib which might be...

Thanks for submitting this issue @trendsetter37, I am not surprised that this happened, the performance degradation could be because of multiple reasons, but before we jump to conclusions on what...

@trendsetter37 the reason I'm not surprised is because UIs can slow down significantly as the number of DOM nodes grow, that's why I'm really interested in knowing the shape of...