Aaron Franks
Aaron Franks
Thanks for the bug report :^D I've noticed this too, I think it might be an issue with Hammerspoon's `hs.timer.doEvery` not handling the system going to sleep properly. I'll leave...
Haha I was wondering the same thing!
@jordanj77 My lua is a bit rusty, but have you tried this patch? ```lua hs.timer.doEvery(ONE_DAY, function() self:mementoMori() end) ```
So I realized after creating this issue that tests are executed in the order they're written. So while `before()` and `after()` are not available, you can "fake" them with something...
Thanks for the PR, this looks promising! I'll need to refresh myself with the history on this feature request and do a review, will try and get to that in...
Sorry for the slow response, this one got away from me! I have a couple things to address but will push them in a separate commit. Thanks for the contribution!
Sorry, I'd been meaning to get a few more changes in but haven't found the time of late. Just published `[email protected]` so you should be able to download and use...
Thanks for the PR, especially the tests and repro case 💯 I verified that this is a bug and your PR fixes it 👍 I'm just wondering if you can...
Hi, I finally got a chance to look in a bit more depth, I think there's a simpler solution. Rather than the big try/catch, just assigning to the errors object...
@melalj thanks for the ping and sorry @petercpwong for letting this sit so long! I just released 8.1.0-beta.2 which includes this change