Akuli

Results 359 comments of Akuli
trafficstars

Don't name your file `teek.py`

We could add more OOP stuff, but before doing that, we should explain when classes are used. Currently the tutorial does a good job explaining how classes work, but not...

https://github.com/python/mypy/issues/10198

To use `codeActions`, you need to add a `codeActions` property to `class Diagnostic` in `structs.py` and change the capabilities that are sent. Can you make a new pull request that...

We can make sansio-lsp-client more subclassing friendly. It wasn't designed with subclassing in mind. If moving `CAPABILITIES` or other things into `Client` makes subclassing easier for you, let's do it...

If several langservers add different non-standard ways to do the same thing, it would be IMO best to add the necessary if statements into sansio-lsp-client, rather than into every project...

We currently don't support any non-standard langserver specific capabilities, but I'm fine with adding support for them, as long as they don't get in the way when using other langservers....

I don't think we need to keep v1 support, unless someone specifically asks for it, and in that case `pydantic.v1` is probably the best option. Also, nice to see that...

@PurpleMyst CI is finally green. Please merge if this seems good to you. @tomlin7 Sorry that this took so long. Future pull requests (from `tarts`) shouldn't be as painful as...

is this a duplicate of https://github.com/python/mypy/issues/9168 ? **edit:** no but it's related