DetachHead
DetachHead
also reproduced with the [pyright pypi package](https://pypi.org/project/pyright/) 1. `uv add pyright` 2. `uv run pyright --version` to trigger the wrapper thing to install the npm package (might not be necessary)...
so i tried to investigate this further on my end and came to the conclusion that it's something to do with the `basedpyright-langserver.exe` wrapper binary in `.venv/Scripts`. after installing basdepyright...
looks like this was the same issue as #6464 which has been fixed
``` webpack compiled in 29044 ms ``` ``` Rspack compiled in 104.79 s ``` yeah nah
#736
looks like the only difference between `sparray` and `spmatrix` is that `spmatrix` is an explicit re-export (`from ._matrix import spmatrix as spmatrix`), maybe there's an issue with import suggestions with...
looks like a setting for this was added in the latest pylance release: https://code.visualstudio.com/updates/v1_95#_improved-import-suggestions > One of Pylance's powerful features is its ability to provide auto-import suggestions. By default, Pylance...
He's talking about pylance, that option doesn't exist yet in basedpyright
yeah i agree this is annoying. excuse me while i rant about git, but honestly i don't get why it stores conflict information inside the file itself, it causes so...