andrisarkameru
andrisarkameru
Hi! Ideally I think the best would be an option to simply set size of the widget to 0:0 but I don't know how easily implementable that is. Right now...
@dmarkey By the provided umqtt.simple samples I think you have to use `b"sddsdsd"` and `b"dmarkey.com"` instead of the strings you provided as your test sample.: > client = umqtt.MQTTClient(b"sddsdsd", b"dmarkey.com",...
Thanks for the replies, looking forward for your planning meeting. Irregardless on the outcome I've done some changes, I hope that that covers it and hope that your decision will...
Thanks, @z1c0. It seems that I was using different email address for the commit. Now I have submitted another CLA with the correct email address. Will the CLA service trigger...
Hey! Thanks for this thread. I had the same issue as well with pipe access resetting after server reboot. Here's what I did: Powershell: ``` New-LocalGroup -Name 'docker-users' -Description 'docker...