Romain

Results 16 issues of Romain

Hi, It's very useful already how we can call `cache.size()`. What would you think of also exposing something like `cache.entries()` that gives you the list of keys, when they were...

I have a collection of 4000 photos which `exiftool-json-db` keeps updating with no issues. However the day after daylight savings ended (from GMT+11 to +10), it wanted to re-process all...

The README mentions: ``` var timeago = require('timeago'); var pretty = timeago(+new Date()); console.log(pretty); // just now ``` From what I tried: - `timeago(+new Date())` : `undefined`, because `+new Date()`...

I started using Dominator to test a single-page webapp (actually a PhoneGap app). My setup looks like: ``` dominator.load({ src: 'http://localhost:4567' ... }); ``` Now each test can start navigating,...

I currently use `markit` for its parsing abilities, especially around custom rendering. However the target is not a web page, so ideally I wouldn't want any escaping of HTML entities....

This pull-requests implements an offline installation for Scoop. I documented the usage in the updated README. 1. Pre-download the following files into a folder of your choice https://github.com/ScoopInstaller/Scoop/archive/master.zip as `ScoopInstaller-Scoop.zip`...