Emory Dunn
Emory Dunn
I was recently trying to add some `rel=me` links to my site, and noticed that the `HTMLAnchorRelationship` was a fixed enum with only a handful of options. I considered adding...
I was wondering if it would be possible to have Seam set up as a [Carthage](https://github.com/Carthage/Carthage) framework, in addition to CocoaPods. I'm not sure what the process for doing so...
Companion was missing the usage description needed to send AppleEvents to application. This PR adds that description.
A pair of background scripts that sync the import and capture counters after each of their respective events.
Optionally add a dialogue box to let you set all counters to a specific value.
When moving from one shot to another it's common to want _a_ crop on the image, but not the previous image's crop.
When running the install script the user should be prompted for which version of Capture One they'd like to install the shortcuts for. Alternatively, shortcuts could be added for all...
The plugin makes heavy use of `OSLog` for internal logging, which is important, especially for any plugin communication messages. Logging through the StreamDeck app is useful for actual plugins, but...
In addition to supporting the pre-set layouts it should be possible to specify [custom layouts](https://docs.elgato.com/sdk/plugins/layouts-sd+#custom-layouts). This would probably be a great use of result builders for a SwiftUI-style layout syntax.
The plugin manifest makes extensive use of optional booleans, such that not including the value uses the default. This makes sense for hand-edited JSON, but for generated manifest it means...