Tony Ingraldi

Results 10 comments of Tony Ingraldi

I've been away from Swift and this project for a number of years with rare exceptions. I'll take a look and see if I can offer you any help. Thank...

Hello, and thank you for checking out SwiftScripting. The Xcode command line tools need to be installed for the sbhc.py script to work properly. You can issue the command `xcode-select...

@bdkjones I haven't yet made the leap to Mojave. I don't have any tips off the top of my head to get past this issue. I hope to get on...

This one has me a bit stumped. I haven't reached a solution yet. Stay tuned...

Hmm... It looks like setting iTunes track artwork is something like the "third rail" of the Scripting Bridge. There's an old thread on CocoaBuilder that basically concludes that you must...

Thank you for filling an issue. In previous releases of macOS, this problem was solved by installing the Xcode command line tools. This no longer is sufficient on 10.13 or...

Point taken. I've updated the README. Thank you again.

Thank you for trying SwiftScripting! Looks like you've got some non-standard headers on your include path. (See references to /opt/local/include/unctrl.h in the build transcript.) Perhaps moving those aside or adjusting...

There is no way to directly query for the favicon using the Safari scripting interface. You could conceivably retrieve the document from the Safari window and parse the link tags...

I've "handled" these collisions in the past by making a hand-edit to comment out the duplicate case. Your suggested approach is interesting. I'll consider beefing up the conversion logic if/when...