ihar
ihar
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
### Bug description ### Actual behavior lsp crashes ``` Node.js v22.14.0 [Error - 5:00:36 PM] Server process exited with code 1. [Info - 5:00:36 PM] Connection to server got closed....
**Bug Report** mypy loses information about types. 'str | tuple[str, ...]' becomes 'Sequence[str]' **To Reproduce** ***version 1: this fails*** ```python from typing import TypeVar T = TypeVar('T') def unwrap(x: T...