A-Ron

Results 96 comments of A-Ron

I won't have a chance to look at this until middle of the week, but would this be of any help? https://developer.apple.com/documentation/vision/analyzing_image_similarity_with_feature_print

Missed that... I just remembered hearing about the Vision framework recently, but hadn't had a chance to dig into it very deep. Oh well, back to non-Apple solutions then!

See http://www.hammerspoon.org/docs/index.html for details; here are some suggestions on where to start looking: `hs.screen.watcher` can be used to generate a callback when a monitor is added or removed... I think...

I recently got a batch of ESP-01s's that wouldn't seem to work -- flashing looked like it worked, but the device kept resetting during boot (attach to the serial interface...

It's been a while since I looked at it, but there is some support in hs.canvas for displaying animated gifs... I remember I had to create a special class for...

A literal implementation looks something like this: ~~~lua local axuielement = require("hs.axuielement") local canvas = require("hs.canvas") -- since this is used in both the keyDown and the keyUp functions, if...

Oh, and axuielement is now part of the core application, you don't need to use this external module anymore. If I make additions or changes to it, I may use...

Sorry, that's a diagnostic function I've written to "flatten" the output generated by `hs.inspect`... It's basically the following: ~~~lua finspect = function(...) local stuff = { ... } if #stuff...

This would be a fairly easy fix to add to the `hs.window` module (which underpins grid, layout, etc.) if it's a reliable fix for this issue... is it just movement...

FWIW, you can get a list of the installed spoons (only the ones you have downloaded, unfortunately... will have to consider expanding this) by typing `help.spoon` into the console. A...