Doug A
Doug A
I used `esbuild` to get it working in `Vite` a-la `Svelte Kit` both in `Dev` and `Build` and `preview`: Minimal repo & README example here: https://github.com/DougAnderson444/ipfs-vite-svelte-kit
@rysiekpl have you checked out [IPFS http client](https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client)? You can connect to a remote ipfs node then do core API actions like `await ipfs.resolve(name)` and `for await (const file of...
I'm interested in seeing this implemented for sure! We should be able to store any key type on the keychain, not just rsa-pem, right? > js-```ipfs.key.import``` comes from [keychain.importKey](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs/src/core/components/key/import.js) >...
Ongoing discussion about this also here https://github.com/libp2p/js-libp2p-crypto/issues/145
@pfrazee I'm wondering what the latest multiwriter status is? I saw [Jim Pick's Shopping List](https://blog.datproject.org/2018/05/14/dat-shopping-list/) with the @mafintosh HyperDB mutli-writer updates ...just wondering how mature this all is now? I'd...
> it's possible to fatally corrupt your Dats right now if you write from multiple processes. Yikes. Until the updates are done, does that mean we should avoid using the...
@debugpoint136 Let us know if you got it working on webpack!
I am getting the same error. I can't figure out how to get the css to preprocess before tailwind sees it. Someone smarter than me at css/webpack needs to step...
Opened PR #119
Paul, Is that a trick question? ...I guess if you want to restrict programmatic pinning to hashbase to only beakerbrowser?