Michał Modzelewski

Results 12 comments of Michał Modzelewski

I came across these problems too. The OTA issue is because the firmware image (with ble included) is so large, that preparing the OTA partition takes longer than 5s and...

I've created a PR that implements this "text input" method https://github.com/postlund/pyatv/pull/1905.

Since I would like this in Home Assistant, I've added a listener interface to `Audio` in PR #1975.

I didn't find a command to get the current user when implementing the #1914, as Shortcuts doesn't have such a feature. The device does send a new system info payload...

@postlund #1958 has been merged and released, so this can be closed. I didn't correctly link that PR to this issue.

I was asked about how #2006 relates to this issue, so I'll document my thoughts here. The original issue appears to be about getting and setting volume on an Apple...

So I've found a workaround using Object.defineProperty to set the globals and prevent changes to them, and by monkey-patching in an API that `@ercel/remix` relies on but isn't available in...

Hey @mdeweerd, can you find some time to review this? From the reactions it looks like there are a few people waiting on these fixes.

@joshua-lehmann looks like a bug introduced by my PR (an incorrect application of what I was fixing), I'll update the PR later when I have a moment, and ask you...

Just checked and i've come to the conclusion that @claudegel's fix is correct. I've updated the PR. @EiNSTeiN- you may want to update your fork for the people that have...