Carson Reinke

Results 8 issues of Carson Reinke

Fixes #553. In general, a better and more accepted approach to the master locking. Redis documentation even states: > The command SET resource-name anystring NX EX max-lock-time is a simple...

bug

Feature based on https://github.com/resque/resque-scheduler/issues/605. Since rufus-scheduler allows for numeric values for `every`, durations can be used like `30.minutes` and `1.hour`.

feature

Under a jsdom environment `Element` is not an `Object`. ``` if (typeof Element === 'undefined' || !(Element instanceof Object)) { return; } ``` https://github.com/que-etc/resize-observer-polyfill/blob/master/src/ResizeObserverSPI.js#L76 Probably simply just removing the later...

Right now, providing a function for prop `source` requires that it returns a string. This should be changed to check what the function returns, as this may return an array...

#### What? Some responses incorrectly throw error messages because there is a type mismatch on the arguments to the error constructors. Basically, `json_decode` on the response body is not guaranteed...

I started working on a verification feature awhile ago and was thinking about getting this finished up. I just wanted to put this in and see some thoughts about it...

Google is deprecating the `photoslibrary.readonly` relied on by this project in favor of their Picker API. The change requires Apps to gain access to media prior to downloading by having...