Logesh

Results 11 comments of Logesh

isn't it already available? Here: http://react-split-pane-v2.surge.sh/?MinPercentageHorizontalExample and here: http://react-split-pane-v2.surge.sh/?MaxPercentageVerticalExample

I'm working on the nextjs examples provided in the helia-examples/helia-nextjs ```js export default async function getLibp2p ({ datastore }) { return await createLibp2p({ datastore, addresses: { listen: [ '/webrtc' ],...

That worked, thanks! btw is there any option to get progress from the pin operation? It takes a alot of time and the UI is waiting cluelessly, it would be...

Tried, but it isn't working. Below is the code: ``` const cid = CID.parse('QmVXy4WyMaz4ajm2LUUjyu33cH7UDdytHvctdYmchdvdMy') const pin = await helia.pins.add(cid, { onProgress: (evt) => { console.info('pin event', evt.type, evt.detail) } });...

Thanks @achingbrain & @whizzzkid for taking the time to resolve my query. However the method pins.add() itself wasn't working in the 1.2.1 version. I noticed that many changes had been...

the page still shows the status of the node as "Online"

ah, got it. Shouldn't it find another node that has a copy of the file? How do I handle this situation where I need to pin a file?

Hi, We are also facing the same issue, did anyone find a way to fix or workaround? "react-native": "0.80.1", "react-native-pdf": "^6.7.7", "react-native-blob-util": "^0.22.2", I have also tried @RaafatDev 's solution,...

There's another error after updating to the latest version: ``` **Error fetching ondemand file: TypeError: fetch failed** at node:internal/deps/undici/undici:13484:13 at processTicksAndRejections (node:internal/process/task_queues:105:5) at ClientTransaction.getIndices (node_modules/x-client-transaction-id/script/transaction.js:129:46) at ClientTransaction.initialize (node_modules/x-client-transaction-id/script/transaction.js:85:72) at Function.create...