Satyajeet Kanetkar

Results 20 comments of Satyajeet Kanetkar

> it would be great if pylint had an option to ignore the fact that FOO is unused Isn't this already the case? If I understood this correctly, the new...

This is not specific to `Mapping` and is reproducible with `Dict` as well. Looks like `TypeVar` along with having two functions with the same return type will cause this issue....

This is reproducible on newest `mypy` and python versions as well: ``` $ mypy --version mypy 1.8.0 (compiled: yes) ``` ``` $ python --version Python 3.11.4 ``` ``` $ mypy...

This issue persists in Source Stripe v4.1.0

This is quite easily reproducible with `lsp-mode` and `python-lsp/python-lsp-server`, and makes the combination unusable. Is there a temporary workaround/configuration for `lsp-mode` that can make it usable until we address the...

Collecting all related issues to this slowdown here: - https://github.com/python-lsp/python-lsp-server/issues/114 - https://github.com/palantir/python-jsonrpc-server/issues/17 - https://github.com/python-lsp/python-lsp-jsonrpc/issues/5 - https://github.com/emacs-lsp/lsp-mode/issues/1731 - https://github.com/palantir/python-jsonrpc-server/issues/17 This is quite a widespread issue.

The issue is this bit here: https://github.com/mhayashi1120/Emacs-langtool/blob/8276eccc5587bc12fd205ee58a7a982f0a136e41/langtool.el#L1133-L1135 It only adds the `langtool-language-tool-server-jar` to the classpath and ignores `langtool-java-classpath` even if it is configured. Small fix to make `emacs-langtool` work on...

What's the best way to fix this? I like all my packages coming in through `brew`.

@pilleye since you're actively committing to this repo, any chance you can take a look at this PR?