David Minor
David Minor
Calling agenda.every with a human interval causes `nextRunAt` to be set to the current date. When saving the job a little later, agenda checks to see if the `nextRunAt` is...
Some improvements that I suggested in #126 & #127 - The first commit adds an optional cache key property to `Image` to use instead of the `uri` as the cache...
The URL for some of our images contains an auth token that changes periodically - it would be nice if there was a way to specify the cache key separately...
Hi, I notice if a particular image that is repeated multiple times, there will be multiple downloads of the image. It looks like while a single cache entry is created,...
Hi, I'm using rrule 2.6.2 and I'm getting an unexpected result for the following: ``` const { RRule } = require('rrule'); const options = { dtstart: new Date('2019-07-05T00:00:00.000Z'), freq: RRule.DAILY,...