Schmidt

Results 49 issues of Schmidt

I am not very happy with the current API because there are three ways to configure the adapter: 1. in `BackbonePouch.sync(options)` 2. in the model: `pouch: options` 3. during fetch:...

enhancement

Having a db per user/event/project approach is currently not supported very well.

enhancement

The number of parallel XHR requests is limited in the browser. Having one global changes feed and a dispatcher can solve this issue.

enhancement

Aid the process of updating aggregated views via changes feed.

enhancement

Math.uuid was removed after PouchDB update, and renamed into PouchDB.utils.uuid.

bug

move it here: http://docs.couchdb.org/en/stable/best-practices/index.html

How to do it with skip and without. Also see http://docs.couchdb.org/en/latest/couchapp/views/pagination.html

to isolate view rebuilds.

Should be off by default: ``` ini [couchdb] delayed_commits = false; ```