Results 98 comments of Stefan Scherfke

python-mode also highlights `self`/`cls` and maps it to the highlight group _pythonSelf_. You could make it optional via a config variable.

@purpleP Curretnly moving away from python-mode and missing the highlighted `self`and `cls` … ;-)

Have you read https://hynek.me/articles/testing-packaging/? Hynek has some good arguments for a layout with a `docs`, `src` and `tests` directory. It also has some beautiful symetry. ;-)

As I already said in the chat, I would strongly favor `Event` being used for this, because it would add relatively few stuff to the API that users need to...

The latter case is quite useful if you want to create a large number of connections and want them to share the same nursery for performance reasons.

I have just read this discussion again and now I’m not sure what the following diff (add an `outcome.Outcome` to `Event`) changes anything about cancellation. You can continue to use...

> The reality I've seen is that inheritance is highly useful, and often unavoidable. Wildly claiming "something is bad" is easy, but you fail to point what is supposed to...

I have a similar issue. I have configured `WinBar` and `WinBarNC` to have a certain bg color and use *underline*, but Lspsaga ignores this. The winbar looks as expected in...

I am having a similar problem. The following example works with pytest-httpx 0.26 but fails with pytest-httpx 0.30: ```python import fastapi import httpx import pytest import pytest_asyncio import pytest_httpx @pytest_asyncio.fixture...