tringenbach
tringenbach
I'm using this for a transmitter and it is working for me. I was a little surprised that it doesn't seem to use the PIO feature, I saw another rx...
@terales @kibertoad Any chance you could review my PR? Or at least approve the workflow so that we can make sure the build is successful in your CI environment. (It...
I'm hitting this as well. It seems like it might be limited to interfaces that are actually implement. I have some annotated interfaces for requests where I'm the client, and...
Actually, I was mistaken, I don't have responses for the APIs I consume either. Just the 204.
I wouldn't say I've really started looking at it yet, but I did the easy thing, I turned on `--release`, I did get a 10x or so performance boost ```...
I have the same problem. For me, the switch works in the Tuya android app, and it works with [localtuya](https://github.com/rospogrigio/localtuya/) (though the setup is very manual, had to tell it...
> If the desired data is not available in function/status_range/status, then there is nothing that Home Assistant can do. > > You need to contact Tuya support (or the manufacturer)...
Is this issue intended to be fonts only? There are other differences as well (present in your screenshot): - the navigation cube (upper right) is half the size on Mac...
Here's a screenshot from my 2019 16" MacNook Pro. I tried to recreate what you did as for as the sketch. I picked light theme. And I'm running off of...
The docs, at least for QT6, are here: https://doc.qt.io/qt-6/highdpi.html In particular, https://doc.qt.io/qt-6/highdpi.html#platform-details has some platform details. FreeCAD configures it at start up here: https://github.com/FreeCAD/FreeCAD/blob/main/src/Gui/StartupProcess.cpp#L54 I see that setting `Qt::HighDpiScaleFactorRoundingPolicy::PassThrough` is...