Yurii Serhiichuk

Results 64 comments of Yurii Serhiichuk

I was just pointed to this PR: https://github.com/docker/docker-py/pull/2989. So the project indeed is abandoned. I hope they'll decide to donate it.

@milas thx a lot for getting back to us (the community) and continuing with the project. And I guess if you need some hands on it, there'd be a lot...

@diggerdric thx for your contribution. Can you please rebase your changes and ensure the commit is signed off? (See the DCO error).

I'm using Pulumi to deploy the app, but I believe that even with the gcloud cli and a zip archive as a source we'll see the same results. Pulumi like...

While this is not yet available, you can try using another action to check if a file is present in advance and do the branching logic, see https://github.com/actions/download-artifact/issues/42#issuecomment-1150851017. https://github.com/marketplace/actions/check-artifact-existence

Stumbled across this need and found no way of checking if some artifact exists. So created a new action: https://github.com/marketplace/actions/check-artifact-existence You can add a new step that is going to...

FYI there's some movement in docker-py and a new beta is available already: https://github.com/docker/docker-py/releases/tag/6.0.0b1 It has a lot of fixes related to dependencies and better Windows support

@WolfgangFahl hi. Thanks for you interest and PR, but I won't accept this one for sure. This unit test does nothing. at all. You haven't added anything useful to the...

Hello @nestukh! Thanks for reaching me out. First of all, it's just a great example of app usage! The `screencap` utility actually reads the image stream from `framebuffer` and the...

@lesca Hi, are you able to get a screenshot via `adb` directly? I haven't tested the app against any VMs.