Geoff Cox
Geoff Cox
This can now be done, but the problem with this method is that you'd probably need to use a class, new MyComponent(), or a function myComponent(), to wrap the parameters....
This sounds like a bug. Thanks for reporting it!
Looks good, but unit tests are failing
🚀 Thanks for the hard work, @bleachy!
Yeah, this is a bit complicated and some of it appears to be out of my control. I am working on it. It requires: 1. Making the replication persistent, which...
@arnoutaertgeerts, unfortunately, I have been struggling to migrate the build process so that the project can be built with browserify--a necessity when including multiple pouchdb plugins. I've almost got this...
Unfortunately, it looks like the initial PouchDB/CouchDB replication can be painfully slow. [In my test it took **40 seconds** to replicate just 3 docs](https://github.com/pouchdb/pouchdb/issues/2950). There were 152 deletions, but still,...
Am I correct in assuming that you are syncing 4,000 docs in 5 secs after the initial replication has already occurred? If so, then yes CouchDB/PouchDB syncs adequately well. The...
Good question. I'm planning on addressing this with https://github.com/redgeoff/factoryng/issues/14. Please stay tuned. On Sat, Sep 27, 2014 at 8:57 AM, arnoutaertgeerts [email protected] wrote: > I want to use the pouchdb-authentication...
@arnoutaertgeerts I just released a new version with #31 that has the adapter constructor instantiate the provider. So, you can now do: ``` js var contacts = new Pouchyng('contacts', 'https://pouchyng.iriscouch.com',...