Mark Stosberg
Mark Stosberg
I think my primary issue may be that I'm using the wrong tool for the job. The docs for this module say: > the introspection strategy allows APIs to verify...
Could you comment on the feedback I left in the last PR? https://github.com/TryGhost/Ghost/pull/19398#issuecomment-2132520491
@andreascreten you requested feedback and I left some here: https://github.com/TryGhost/Ghost/pull/19398#issuecomment-2132520491
Now that this has an updated to use the adapter pattern, the next step is for a Ghost core team member to take a look and discuss what further refinements...
Maybe there was a Github glitch, but the referenced merged commit that closed this PR ( https://github.com/TryGhost/Ghost/commit/5a33b3b3c8a7cbdf21439aeb8964e9061e1c53fc ) does not appear related to Postmark.
@jerbaroo It's already possible to chain another action using Unix pipes, as Swappy can already send the image to STDOUT when "save" is used. The receiving app or script needs...
@jerbaroo You can pipes to both save to a file or copy a clipboard, if that's what you mean. You could start swappy either way: ``` # copy to clipboard...
If you choose one workflow or the other, then you can you have that now, without waiting for someone to code up another solution. For example: ``` swappy -f in.jpg...
The solution we are looking at is evaluating the "Actions Cache Server" is an alternative. It is a drop-in replacement for the Github-hosted caching service: https://gha-cache-server.falcondev.io Another alternative is service...
Where is the cache located? On the self-hosted runner on Github's servers?