niobos
niobos
An alternative would be to allow an arbitrary script to be run (with the URL as parameter). The script can then launch whatever browser with whatever options it wants
> In my case though, I don't have a parametrized test. It simply hangs as soon as I do `await asyncio.sleep(0.1)` Hmm, interesting. I assumed it was something that freezegun...
Some additional data: When running outside of pytest, it hangs on the first try (instead of 2nd run in the pytest-case): ```python async def do_stuff_frozen(): with freezegun.freeze_time() as frozen_datetime: coro...
I don't think it has to do with open connections. I have TCP-keepalive configured, so dead connections get killed after about 5 minutes. Still, I see the number of threads...
I can confirm that I have the same behaviour in Mobile Safari and the iOS app. Holding down my finger on an entity doesn't bring up the expected `hold_action`; but...
Cross-linking to https://github.com/home-assistant/frontend/issues/18474