Josh Beckman

Results 7 issues of Josh Beckman

Solves: https://github.com/alexmingoia/koa-resource-router/issues/17 This changes all the generator/yield logic to koa-2.x async/await logic. All existing tests passing.

I spent 5 minutes figuring this out so figured I would spend 1 minute saving the time for others :)

This adds a module for decoding the timestamp component out of a ULID string into a `Time` instance. This is useful if you have a set of ULIDs and want...

This changes the generator to accept a name/event string as a second parameter to be encoded and used in place of the random bytes suffix/component. This is useful if you...

When there are hundreds of job types, this makes the gnarly select options easier on the eyes and somewhat manageable. :)

Over at https://github.com/shopify/flow we have been trying to adopt the maintenance task framework and have enjoyed the benefits for our small data migrations, but our main hangup is the loong...

enhancement

Given: - Most of the functionality from BYSETPOS can be handled with BYMONTHDAY - Few other libraries handling RRULE support BYSETPOS - Not supported in text display/parsing in `rrule.js` -...