Marc Mueller

Results 381 comments of Marc Mueller

> Another option is that in theory we could also build _both_ `manylinux2014` and `manylinux_2_28` for some time. But I don't know what the exact implications of that would be....

> I think this makes most sense in the context of #7555, so let's discuss that one first. In it's current form, you would only be able to access a...

> My theory being that in aiohttp/web/**init**.py we can do: `warnings.filterwarnings("ignore", ...)` How is this going to interact with `pytest`? Personally I'm not a fan of unconditionally modifying the global...

I'll set the PR to `draft` for now. Even though setting `warnings.filterwarnings("ignore", ...)` globally would work, there are some issues with pytest that need to be fixed first. Mainly that...

> What's the status of this in homeassistant? Do we need to revisit this? So far I had hold of on adding `AppKey` in Home Assistant. There is a bug...

I'm also looking forward to this feature. How can I help to get over this finish line? @WoLpH I could provide a patch to your feature branch if it would...

@WoLpH Take a look at https://github.com/WoLpH/aiopylgtv/pull/1 That should resolve the remaining issues. To fix pre-commit, it did: ```bash source venv/bin/activate # activate virtual env pip install pre-commit pre-commit install pre-commit...

How do we what do move forward with this PR? I'm using this lib together with [Home Assistant](https://github.com/home-assistant/core) on a Raspberry Pi, like a few others I would imagine. Since...

@WoLpH The PR: https://github.com/WoLpH/aiopylgtv/pull/2