Michael

Results 6 comments of Michael

CMD plugin and curl can be used to send out MQTT requests, but is there also an option to get feed back via MQTT? E.g. a relay is set via...

What about a plugin for MQTT that wraps [asyncio-mqtt](https://pypi.org/project/asyncio-mqtt/)? I have not really worked with async code yet, so please correct me if I'm getting something wrong about the plugin...

You are using keys with spaces in your context dictionary. I suspect that this is causing the problem. There are two possible solutions: ### Method 1: Use underscores instead of...

I actually have a working setup with Windows 10 and OpenSSH client and a key with FIDO support. This is my home PC where an OpenSSH >=8.2 was pre-installed. However,...

I'm seeing the same issue. I'm trying to switch some Gitlab CI pipelines from pip to uv. I have three jobs that run in parallel. The jobs use tox environments...

@zanieb In my case I'm not using containers at all. The Gitlab shell executor just runs different powershell processes on the same machine. And the jobs just access the same...