Daniel Evans

Results 51 comments of Daniel Evans

I figured out how to get libvtcapture to work, needed to increase the timeout on my flatbuffer server https://github.com/webosbrew/hyperion-webos/issues/50

I disabled auto-start in the piccap application, and then used ssh `[email protected]` default password `alpine` to place a file in the folder `/var/lib/webosbrew/init.d` called `piccap` with the contents ```bash #!/bin/bash...

Here is my successful boot stacktrace for reference ``` [TCON] MApi_XC_Get_Tcon_Type 6521: u8tcontype = 2 0.178s [INFO capture_init ] HAL_GAL_Init done! Exit: 0 0.183s [INFO capture_init ] HAL_GAL_CreateSurface done! SurfaceID:...

Seems like the merge bot doesn't handle cross-repo merges too well :P Maybe in the next PR

I'll look into updating the client. Love snapcast, glad to be able to try and give back

You can do this by using `StringIO` for the file contents. I do this to generate QR Codes that pop-up in preview. I've made a PR to add this functionality...

Oh, I see. If you submit a Pull Request with the changes I'd be happy to review it.

I believe this bug comes from [this line](https://github.com/home-assistant/core/blob/dev/homeassistant/components/homekit/type_switches.py#L262) in the source code. I'll try doing some testing to see if my hypothesis is correct.

Took some time to dive into it as best as I could, it being my first time looking at HAP-Python. It looks like the outlets are created as services tied...

I'm able to review pull requests from anyone interested in contributing. I gained access as a maintainer back in 2018. Add me as a reviewer, and I'll do my best...