Taylor Hulsmans

Results 8 comments of Taylor Hulsmans

thanks for this, after patching out the PoolAddress.sol library and using it with this code the computed pool was correct

Receiving this as well, not using session sigs

Thanks for opening this @2color this type of functionality was provided out of the box with js-libp2p-webrtc-star where i could simply https://github.com/libp2p/js-libp2p-webrtc-star/blob/master/packages/webrtc-star-signalling-server/DEPLOYMENT.md and have two browser windows doing pubsub and...

Hey @SgtPooki I've been thinking of giving the browser-vue one a shot and doing a mutable file system API on it if i figure out the helia way of doing...

Hey @SgtPooki mind if I do the angular one? give the ipns interface a test there

https://github.com/polus-arcticus/helia-react-components/pull/2 has an attempt to bring pubsub with typescript and i'm seeing some similar type errors as well ``` src/usePubsubRoom.ts:20:13 - error TS2339: Property 'libp2p' does not exist on type...

https://github.com/ipfs/helia/blob/b723a1d9910c69064eafba965d4d96d753b91297/packages/helia/src/helia-p2p.ts#L14C14-L14C22 seems like the candidate to import, though i cant seem to `import { type HeliaP2P} from helia`

got it working by referencing this https://github.com/ipfs/helia/blob/b723a1d9910c69064eafba965d4d96d753b91297/packages/interop/src/ipns-pubsub.spec.ts#L36