Dima Tisnek
Dima Tisnek
Are you're thinking some helper methods and some `@abstractmethod`'s that the charm has to implement?
My 2c: Uv run runs a dependency. The dependencies’ lock files are not used, only the dependency specifications. For now, you can specify click in your pyproject.toml
It seems that it's going a while to get fixed upstream, shall we pick some updates and leave some others behind?
Ctrl-o is a sane work-around. (Aside: weirdly, a new line is inserted, but the cursor doesn't jump there.)
I figure this is a valid Sunday item.
The last release of `ws4py` was... Released: Mar 1, 2018 I'll open a ticket, but let's see if in space anyone can hear me whine.
I've opened https://github.com/Lawouach/WebSocket-for-Python/issues/296 In the meantime, I've put the few tests that use `pylxd` behiond `pytest.importorskip`. That means pylxd is no longer exercised in CI in `python-libjuju` but those two...
> I've put the few tests that use pylxd behiond pytest.importorskip. And I'm happy with that for a couple of months.
I suppose that's a valid position. I see that `.putheader()` and `.request()` are already stamped with `# type: ignore[override]` so I guess all is well.
I was too fast to close. regular connection has type ignores in both places, but http2 connection is missing one `src/urllib3/http2/connection.py`: `def putheader()` needs a `# type: ignore[override]` Here's the...