mtdcr

Results 43 comments of mtdcr

> In general, it might help to have the dmesg snippets from the affected VMs for triage. Log snippets acquired from dom0 with "xl dmesg" might also help, in case...

Since the original issue was triggered by Xorg, likely with Intel GPUs, I looked up which driver I'm using and it's not the default one. Maybe this helps reproducing the...

> Whenever this sort of issue comes up, (and it does - see #6570, #5956, #3008) my thought is the same - I don't WANT my machine to start spewing...

FWIW, here's what I ended up with: ```sh $ cat /etc/qubes/suspend-post.d/wpa-supplicant.sh #!/bin/sh if systemctl -q is-active wpa_supplicant.service; then systemctl restart wpa_supplicant.service fi ```

> ``` > Section "Device" > Identifier "Intel Graphics" > Driver "intel" > Option "TearFree" "true" > EndSection > ``` Removing this section made the warning disappear. I haven't noticed...

To move sensors to the default sensor domain, I think you'd just need to remove `def entity_id(self)`. HA will derive an entity_id from the entity's name then. In the meantime...

Thanks for you review! I added another commit reintroducing the use of the MIN macro. I'll stop here, because I'm not interested in discussing style preferences of yet another project...

This project is mainly used as a library. sml-mqtt-bridge is just an example application. To use it, you need to install this library: https://pypi.org/project/asyncio-mqtt/ You may be the first person...

Hi @bammab, thank you very much for your investigation! I don't use the serial interface anymore, so I can't test any related changes myself. It's also a piece of code...

@bammab, @guenzd I addressed this in 0.1.5 and would welcome feedback from you. As usual, sorry for the pretty long delay!