Tony Crisci
Tony Crisci
You have failing tests. Please rebase against master and run `make docker-test` to see test failures. I believe CICD build should work now.
I don't think I can answer this question unless you are more specific with the problem you are having. If you think the documentation for the library is lacking, let...
I think you are confusing the high-level interface and the low-level interface. The mpris.py example is working code that actually runs and that's the correct way to use it. https://python-dbus-next.readthedocs.io/en/latest/high-level-client/index.html...
It was caused by a yapf update. Take b74742e41c2f8294f1258edc65c7c3ed5415659f and it should work with no changes.
I think I can remove that check.
Yes that is very dangerous because it means anyone can call dbus methods on your system and some of the methods are extremely powerful. Right now the tests just use...
It's a weird scenario, but could be supported. Someone started it but didn't contribute it. See #20. I would accept a contribution for this feature but please do it cleanly.
This is just how I do events I guess. What would awaitable events look like? Do you have an example from another library?
I'm interested in hearing more about what would be required for this.