Loren ☺️

Results 265 issues of Loren ☺️

Instead of the current section numbers on the right: ![image](https://user-images.githubusercontent.com/251288/39030758-0e346232-4432-11e8-88be-ce69197dead1.png) Could try using this: https://github.com/lwchkg/gitbook-pdfgen

gitbook

make client libraries stand out more, or streamlined less ``` # Client libraries ... ## Streamlined request function ``` ![image](https://user-images.githubusercontent.com/251288/39031270-2db7ff30-4435-11e8-88c2-01c87447a444.png)

gitbook

I rarely have time for reviewing PRs and making releases—would be happy to find someone interested in taking that on! Let me know if you're interested in helping out: `[email protected]`

enhancement
help wanted

enhancement
help wanted
good first issue

Currently if a request triggers N `findOneById(123)` calls (all with the same id), and the cache is empty, there will be N calls to `cache.set(123, doc)`. It would be nice...

enhancement

We could combine queries with an `$or` like in @pcorey's article: http://www.petecorey.com/blog/2017/08/21/advanced-mongodb-query-batching-with-dataloader-and-sift/ How useful is that? We'd have fewer network requests to the server, but I imagine the bulk of...

question

## What to use as the cache key? SQLDataSource uses the SQL query string: https://github.com/cvburgess/SQLDataSource/blob/master/SQLCache.js#L19 Don't know if there's an equivalent for MongoDB. Cachegoose (caching for Mongoose) uses a hash...

enhancement
help wanted