Luke Hamburg

Results 215 comments of Luke Hamburg

Thanks @asmagill ... Wow, a whole week to tinker around! What a luxury! 🌴 I think my code is probably at least one (or maybe all) of these things: 1)...

@asmagill I put up a gist of my module if you want to do any testing with it. I would really appreciate it! [`float2.lua`](https://gist.github.com/luckman212/615ad90c3ac4fce2460fc22505671a26) - https://gist.github.com/luckman212/615ad90c3ac4fce2460fc22505671a26 To use: - set...

@cmsj I know this is closed (should it be?) but, I found the line that causes this to print: https://github.com/Hammerspoon/hammerspoon/blob/02f60327d753ccffe13fb4f7bf95492bdd66c60f/extensions/canvas/libcanvas.m#L3184 It looks like I was wrong about when this is...

@cmsj Is there any way to destroy a canvas object by reference only? I am trying to use a function like this to destroy my objects since I have quite...

@asmagill Thanks for this really detailed writeup. No rush here, I'm just happy you were able to reproduce this - thought it was another "just me" problem.

Just wanted to add: I'm seeing this beachball when calling `hs.application` as well. Seems like `hs.window` gets lazy-loaded by `hs.application`, so I guess this is probably the same underlying bug....

The hs.application.enableSpotlightForNameSearches isn't actually needed here, I just included it because without that, it was cluttering the console with this message: `Some applications have alternate names which can also be...

thanks @cmsj - I can replicate it consistently, so I'm just avoid using these methods for now. Even just running the `hs.window._timed_allWindows()` you asked for gets me a beachball about...

Ok, I just ran some additional tests on a freshly booted 11.2 system. The deadlock is still there on fresh boot. But, I found out that it only occurs when...

Ok, well my last comment may not be fully accurate. Even after quitting all 3 of those apps, I can still generate 1-3s spinlocks. Right now it's coming from something...