Diego
Diego
I think we are having this same issue on the p2pcommons SDK while we are trying to update to the [latest hyperdrive](https://github.com/p2pcommons/sdk-js/issues/57) version (we are also using it together with...
As a temporal solution, or more like a "canary in the gold mine" test, we've added a [dockerfile](https://github.com/p2pcommons/sdk-js/blob/dpaez/hyperdrive-daemon-fuse/Dockerfile) used to create a linux machine with fuse, so one can test...
Hi @saimonmoore, if you can share your webpack config that would be great. I've used dat-js with `create-react-app` so webpack was implicit to the setup.
Hi @dtothefp 👋 On the examples showed here we always assume that the user want to build from master. Travis has an option to specify a different branch (to allow):...
Hi @johanbove 👋 thank you for reaching out. We are not working at the moment on this project but we will kindly consider a PR. There are some parts involved...
`navigator.clipboard` is only available on a secure environment, i.e: pages server over HTTPS. We should add https support first and then this will be available.
Hi @aslakhellesoy! 👋 Cool project looks nice. Have you tried integrating automerge with prosemirror instead of codemirror? I think going in that direction would be better.
Hi @serapath 👋 First of all thanks for reaching out! `gpm` was made with the goal in mind of showing how to create some sort of service using `dat-node`. It...
@serapath I was left wondering about this (nice use case). `gpm` was trying to show/prove/sketch how a decentralized package manager could look like. The way it works is like this,...