Dmitry Kirilyuk

Results 39 comments of Dmitry Kirilyuk

@alexpalchikovskiy No. In order to support horizontal scroll the library has to be patched

@cvallance Any thoughts about mentioned blogpost?

@konrad-kaminski What do you think about it? It will be very convenient to have the library in Maven Central

Promise is already must-have feature. For me callbacks are something from dawn of the dinosaurs :)

Rest in peace...

I will make changes to `mongoose-paginate` periodically. But it's better that only one will contact with Github. @kevbook, you can try. But also you need to get access to npm...

@niftylettuce I can finish the PR (it's just moving to ES6 and node 6) and fix https://github.com/edwardhotchkiss/mongoose-paginate/issues/83 next month

Currently you can't use `aggregate` because the module internally uses `find`. I found https://www.npmjs.com/package/mongoose-aggregate-paginate which maybe do what you need :+1:

Right now you can't do that in a general way. What do you think about this possible in the future solution (with `transform` function)? https://github.com/edwardhotchkiss/mongoose-paginate/issues/83#issuecomment-208747602

I use `limit: 0` because it's useful in rest api to get only metadata (page, total, but not documents). Maybe anyone else uses this functionality