Simon W. Jackson

Results 12 comments of Simon W. Jackson

So, I would need to obtain the rev-number in one query, and use the obtained rev number in a separate mutation query?

thats too bad, that seems like it would cause alot of overhead when updating many documents. there is a [upsert plugin](https://github.com/pouchdb/upsert) that doesn't seem to require a rev id, are...

> Cross post from: https://github.com/jsdoc/jsdoc/issues/1286#issuecomment-652578072 This is the only solution that worked for me: ```js const { curry, pathSatisfies } = require('ramda'); /** * Checks whether the given predicate is...

any chance you could provide the compiled `nodec` app?

I made a quick and dirty change to the pagination method in my fork, just to get this working. `paginate(selector, limit, sleep)` I haven't done extensive testing, but it works...

Thanks for the info, this should be enough to get me started on something

Wow, i only just got notified of a reply to my issue just now (almost a month later) I'll install this now, and see how far i can push it

@vutran I just cloned the latest version, ran `npm run dev` and got the following error:

I would also like this feature