Max Isom
Max Isom
I think firing off packets to both addresses makes sense. But what do you mean about having to call `info()` again?
> I'm just not sure what happens if you say power on, homebridge thinks the tv was successfully powered on, but in reality the tv never received the WOL packet....
@timothycosta could you share some code showing how you accomplished that?
Thanks for pointing me in the right direction. I ended up implementing this function in a custom layout delegate (since I was using one already): ```swift func collectionView(_ collectionView: UICollectionView,...
Adjusting the origin worked fine for me. It definitely feels hacky, so a library feature would be great but it works fine for now.
Is [ZAP](https://github.com/zaptst/zap) (by @jamiebuilds) still the approach we want to take? Might start looking at building this out.
There was a little discussion around it in https://github.com/avajs/ava/issues/1878. ZAP has some [basic tooling](https://github.com/zaptst?type=source) but I don't think it's actually being used by anyone at the moment. On the other...
Sure, a few use cases we might want to explore: - Does this PR significantly increase the duration of any tests? - Splitting tests into separate jobs based on historical...
That sounds like a great approach to me! It would allow people to write and share reporters for JUnit, ZAP, or whatever else they need which seems perfect. Please let...
https://github.com/Homebrew/homebrew-core/pull/107089