Josh Santangelo
Josh Santangelo
It would be nice to have an option in to only copy files if their modification time is newer than the one in the destination folder.
`.npmrc` points the `@rodi01` namespace to https://npm.pkg.github.com/rodi01, which returns an error.
Currently using [Autolinker.js](https://github.com/gregjacobs/Autolinker.js) in a few places to link URLs, hashtags, and usernames, but it has issues. Updating to the latest causes even more issues. Could do an implementation from...
Follow Pinterest similar to other services. https://developers.pinterest.com
Currently we use `ytdl.getInfo` to get the URL of a video stream, and then use our own logic to download it. Instead, we should use ytdl's native downloading facility to...
Allow for schedules to be entered as anything [later.js](http://bunkat.github.io/later/) can deal with, in addition to the current times and intervals.
If a job is to run every hour, run it at the top of the hour instead of just every 60 minutes after start. If a job is to run...
Jobs which aren't scheduled to run after other jobs could be run in parallel to improve performance. But... performance isn't really a problem right now, and it would make the...
If internet access dies during a job, laundry seems to hang and never exits. This is a hard one to troubleshoot.
When an item is starred in Feedbin, perform the equivalent of a "like" on the item using the relevant service's API. - like instagrams - like tweets - like FB...