DFB
DFB
Ubuntu 12.04, crashes Chrome. Removing "hoof" from `/etc/nsswitch.conf` stops crashes -- but of course, also stops hoof from accomplishing its intended purpose.
I've been chewing on this for a second [independently of this thread](https://github.com/garbados/cubesat-db) and writing a custom adapter seems like the best approach. I had success mapping PouchDB's changes feed to...
I see your point, but it's really quite difficult both ways. OrbitDB and PouchDB don't map nicely to one another, so making sure the underlying data is always up to...
OK, I drafted an OrbitDB plugin for PouchDB that exposes a `.load(orbit, [address])` method that attaches event listeners which map changes in either dataset to the other. I’ll post source...
Oops. Hit comment too soon. Anyway I’ll post source soon.
Source on that plugin: https://github.com/garbados/pouchdb-orbit The plugin adds two methods: 1. `#load(orbit, [address])`, which calls `load` on an OrbitDB store and attached listeners to the store and the PouchDB instance...
I polished up the [pouchdb-orbit](https://www.npmjs.com/package/pouchdb-orbit) lib a little, with test coverage and all. It's marked as alpha but it allows you to replicate via OrbitDB, similar to how [peerpad](https://ipfs.bovid.space/ipns/peerpad.net/#/) uses...
I have been having a similar, potentially related issue. I haven't been able to reproduce the problem in isolation, but it occurs reliably during the test suite for [dat-friend](https://github.com/garbados/dat-friend/). I've...
Same here. $ rm -rf .dat $ ls css img index.html js js-ext list.txt package-lock.json readme.md templates txt $ dat share dat v14.0.2 Created new dat in /home/deus/code/zine/.dat dat://382eaf8f09e254d6e6a0ac02bb569c05d570215f9b1dc5962a66c1d937e24501 Sharing...
> First, I think there are some legit errors on CI related to this PR: I see those errors but none are related to the code I added, so I...