nichoth

Results 35 comments of nichoth

I'm curious, what kind of changes were you thinking about making to better support multiple DBs per app? I'm just getting into pouch/couch, and trying to learn more about it.

Thank you. I've repeated the setup, but was confused by > you can just use localhost addr instead of wildcard ip regarding https://github.com/orbitdb/orbit-db-test-utils/blob/3e2977d9e7772cadcc48581d75af24a8105d03af/config/node.js#L7-L31 The given example is ```js config: {...

thank you. so i have ```js Addresses: { API: '/ip4/127.0.0.1/tcp/0', Swarm: ['/ip4/127.0.0.1/tcp/0'], Gateway: '/ip4/0.0.0.0/tcp/0' }, ``` and there's a new error -- `Error: no valid addresses were provided for transports...

Progress, but still errors :( `Error: peer is not available` when using the new config https://github.com/nichoth/orbit-demo/blob/ed186740a2c2533476896af52b5a275b309e01b7/src/index.js ![image](https://user-images.githubusercontent.com/5776508/113350265-1826cd80-92ee-11eb-866a-52962b931ffd.png) ```js return await IPFS.create({ pubsub: true, EXPERIMENTAL: { pubsub: true }, config: {...

I tried with no `API` or `Gateway` -- https://github.com/nichoth/orbit-demo/blob/main/src/index.js#L42 . It seems like something different would happen nearly every time i refreshed the page 🤷 ```js config: { Addresses: {...

@phillmac it is irregular, it seems totally random if it throws an error or works

@alexcroox No actually, I think I refactored so that everything is using `require` on the server.

Sometimes I have wished that all the `h` modules were more interoperable. They all have slight differences that make them incompatible. bel, virtual-hyperscript, hyperscript, and react all have slight differences,...

Traditionally in SSB you download a full replica of all your friends and foafs, and anything outside of that you just don't look at. The nice thing is that since...

thanks everyone. That sounds good as that's more-or-less [what I've got now](https://github.com/planetary-social/planetary-pub/blob/main/index.js) -- a secret stack + db2 setup. Just need to add provisions for a CLI interface and make...