Alexander

Results 45 comments of Alexander

@cjroth How do you deal with .destroy issue? In my project I'm going to implement destroy as simple way to purge all db docs, are there any issues with creating...

@cjroth Did you try to deploy PDB on 64-bit android real device? Unexpectedly (on the edge of release, gosh) I bumped into the fact that in debug mode it works...

Thank you for such a great research! Chapeau.

Great news! Thank you. At first glance importing .find plugin brings errors while accessing indexes. Let me try it with .query - I have to revert to old code which...

Seems that replication is broken now. My code, which worked fine with old PDBRN (or bundle of old pouchdb-adapter-asyncstorage + PDB 7.0 core+plugins) `localDB.replicate.from(remoteDB)` now replicates no docs from same...

@sheva007 No, .find doesn't work yet for me. In my current project I use "old" pouchdb-adapter-asyncstorage in conjunction with the most recent (7.0) PDB plugins: ``` import PouchDB from 'pouchdb-core';...

Shure it does. .query works just fine until you replicate some changed docs from CouchDB - then it returns the last changed doc only.

.find works as well fine until replication, afer - zero results

That's right, the issue is around the fact that PDB is designed to work in modern browsers environments (with V8 mostly) while RN uses JS Core - where several core...