Jerry Heiselman
Jerry Heiselman
One idea would be to check the bot's ID after connecting to the service (bot.info) then check all incoming messages for `subtype = "bot_message"` and `bot_id != self.id`
I'm seeing similar behavior on Linux on my raspberry pi 3 (armv7l). Rolling back to 3.12.3 resolves the issue. However, specifying the DNS argument to the docker CLI does not...
Tried going to firefox.com/pair (production instance instead of the URL provided in the app) and I get a QR code. Scanning it from within the iOS app, however, only results...
The control keys (HOME, LEFT, RIGHT, UP, DOWN, BACK) are part of the WebOS Mouse service. This library doesn't implement that class at all. If anyone wants to attempt to...
I took a quick read over the code and the library is touching the correct API endpoints. I'll see if I can find some time to test it out as...
Nice! I may just switch libraries because I'm using a roll-your-own automation. Though I really should give homeassistant another try.
Assuming you mean at the end of the __init__ method in WebOSClient. If that's the case, then know a couple of things: 1. This is a library and as such,...
We are running salt 3006.6 and are seeing this memory leak. I examined salt/minion.py and it already has the fix suggested in https://github.com/saltstack/salt/issues/61565#issuecomment-1867502647 Further, after the upgrade from 3006.5 to...
I attempted to install 3006.7, but I got an error while trying to salt-pip install pygit2 to use with a git backend. > ERROR: Could not install packages due to...
@lomeroe as a matter of fact, ours is using an external job cache (redis).