Keith Slater

Results 10 comments of Keith Slater

I did find containLensZoom however when I try to use it, the lens completely disappears.

I'm using Tristan's fork.. Has anyone run into an issue where some checkboxes will check and some won't? Definitely using the correct names and everything. Just specific checkboxes won't check...

I ended up switching to [php-pdftk](https://github.com/mikehaertl/php-pdftk) which worked out great

I am currently using $task->getConnection()->getName() which works however I would like to know if there is a better way to do what I'm doing.

Any update other workaround on this? Specifically looking to run a step after registering the new task definition and before deploying it.

Not sure if you figured this out but the problem isn't the path to the file, it can't find git on the machine you're running it on.

They are transitions their backend from v1 to v2. This could be related to an issue I saw where sometimes it will use v1 and sometimes it will use v2.

One thing you can try is creating a repository variable called `ACTIONS_CACHE_SERVICE_V2` and set it to `true`. It sounds like this should force GitHub Actions to always use v2 backend...