Fabio Manganiello
Fabio Manganiello
I have run an upgrade on this machine and installed the latest kernel: ```bash $ uname -r 5.4.51-v7l+ ``` And I have copied the firmware files following the reported procedure....
Same issue here: 1. `blocking=True` on `update_status()` has been removed by the most recent versions of pychromecast. [`update_status()` now comes with an optional callback parameter instead](https://github.com/balloob/pychromecast/blob/master/pychromecast/controllers/media.py#L311). 2. Even when I...
Bump - any hints on where to look to debug the problem?
@palaviv `blocking=True` has been removed from `update_status`, but I would expect the code snippet that I've previously posted (which registers an asynchronous status listener to set the subtitle track) to...
Same issue here - also occurring on Arch Linux: ``` $ sudo systemctl start systemd-swap.service Job for systemd-swap.service failed because the control process exited with error code. See "systemctl status...
+1 on this I still use Pushbullet for notification mirroring exactly for this reason: notification mirroring without icons (of the app, the contact, or whatever the notification decides to display...
> I want the API to be simple and ideally the request to update a message is the same that it is to initially publish it. Something like `POST`/`PUT` without...
The scrollable timeline would be amazing, but difficult to implement given the DAV constraints. The calendar selector sounds like a good trade-off and, as mentioned by @JamesBelchamber, it's even relatively...
AIY uses the assistant library, which [has been deprecated on the 28th of June](https://developers.google.com/assistant/sdk/reference/library/python/). I can still run code based on the library fine on my RPi3, but the same...
Copying from https://github.com/googlesamples/assistant-sdk-python/issues/356 I would also consider the support for custom event callbacks/hooks. Ideally, I see two main usage patterns for the assistant: a synchronous one, where a generator approach...