ric0

Results 16 comments of ric0

If you set the cache like here https://github.com/caiogondim/fast-memoize.js/issues/16#issuecomment-774287906 then you can use keyv's `clear` method to reset the store.

Combining it with 2 other packages you can actually set both the max number of items in the cache and a TTL without the need to change anything on 'fast-memoize'....

@leefsmp ``` yarn add ecerroni/fast-memoize.js ``` ``` // import const memoize = require('fast-memoize') const Keyv = require('keyv') const Cache = require('map-expire/MapExpire') // create a custom cache adapter const storageAdapter =...

[Here](https://github.com/caiogondim/fast-memoize.js/issues/16#issuecomment-774287906) there is a method to set the cache size limit combining this package with 2 others, without the need to add any change to fast-memoize.

I was wondering about the same. Looking forward to get an answer here.

Try var list = new Mongo.Collection(null);

Too bad. It's a package I used for a mobile app with great success. It's perfect for offline mobile apps. I hope the library will eventually be updated for Meteor...

ß Sent from Mobile2ãez On Jul 22, 2016 2:52 PM, "707" [email protected] wrote: > If the row is too long. The scroll comes out. It is not what I want....

I had the same issue: - Ubuntu 16.04 - node v9.1.0 Solved after doing `sudo apt-get install libssl-dev libcurl4-openssl-dev` as per instructions on nodegit/nodegit#1347