Trevor Dunn
Results
2
issues of
Trevor Dunn
I'm on macOS version 3.1.15 (3.1.15) and don't see a way to add a folder to the Favorites menu. The right-click menu doesn't have any options, nor do any type...
enhancement
Not sure I understand why including the "moment-timezone" package changes the startDate value. ``` // Without "moment-timezone" let foo = moment().recur(); console.log(foo.startDate().toDate()); // Fri Oct 06 2017 18:00:00 GMT-0600 (MDT)...