Chris Jones

Results 232 comments of Chris Jones

@smackesey (and everyone else)... so, we did find a *Console* logging issue, basically the log was allowed to grow infinitely and it would take more and more time for the...

If we can manage to get some momentum behind the Swift rewrite, part of that effort involved splitting out a lot of the core functionality into its own Framework. Part...

#3573 has that work. Somewhere is some code I fleshed out to figure out how to write the Lua-facing part of an extension in Swift, [here](https://github.com/Hammerspoon/hammerspoon/discussions/3004)

@muescha ignore the CI tests, they're horribly broken at the moment. I think this feature makes sense to add, so if you'd like to go ahead with it, I like...

Parsing the JSON version of a crash report is kinda funky, but it looks like the issue might be happening in Sentry (the library we use for crash reports). I'm...

@d1rewolf could you let us know if this still happens with 1.0.0 now that it's out?

I'm not sure if it's possible to tell if someone else is screen recording, but it's worth looking at.

FWIW, I tend to take the view that the C portions of our extensions should always just be emitting whatever is coming from the OS, even if that means double...