Pavel Alimpiev

Results 31 comments of Pavel Alimpiev

I've already sold my Mop 2, yet we're still waiting for the release of a new version of python-miio.

For anyone wondering how to downgrade back to `0.20.0` via `homebrew` - you can use the following snippet: ```bash wget https://raw.githubusercontent.com/jesseduffield/homebrew-lazydocker/b6d29bcd59058d1b7ec371df12f75d7048b40789/lazydocker.rb brew uninstall lazydocker brew install -s lazydocker.rb rm ./lazydocker.rb...

@patrickserrano @parkeradam Sorry for the late response. I think the source of this issue is the spaces inside of the `custom-args:` value. Ex: `custom-args: "--build-arg arg='value'"` should work, but `custom-args:...

Thanks for the response, @parkeradam! My previous comment is a bit misleading - I should have provided a different example. In any case: I can acces the second link (https://github.com/parkeradam/DDNSUpdate/blob/4683dbd1d51be6ec0c41cd98a5c421ba3be29044/.github/workflows/arm-build.yml)...

If you want and when you have spare time, of course. No pressure.

Btw, recently I published a [new version](https://github.com/marketplace/actions/build-and-publish-docker-images-to-github-container-registry?version=1.3.0) of this action. I tried to rework agruments pass-through in it to make it more reliable.

Thanks, @parkeradam ! As far as I understood, now there is the following error: ```bash #12 ERROR: executor failed running [/bin/sh -c dotnet restore "DDNSUpdate/DDNSUpdate.csproj"]: exit code: 1 ``` I...

@parkeradam do you need more help with this issue or can I mark it as resolved?

Ho, @mattvb91! Thanks for your question! Sadly, it's a bit tricky to solve this issue w/o testing. Do you mind sharing the complete configuration for my action? Btw, I have...

@categulario Thanks for your attention to my project. From my first impression it seems like your config should work and I'm not sure why action behaves in such way. I'll...