Results 94 comments of Kyle Into

closing. please open a new issue if there are other issues.

> Sounds Like nice side project. > I will see what I can accomplish this weekend since I love Spyder > But I have no formal RUST experience > >...

To add more color, we don't _only_ support vscode for the interpreter selector. Our .vsix is also deployed to openvsx among other places. Other language clients that support the workspace...

> I already installed passlib Thanks for the report! Did you also install `bcrypt` specifically? Mine doesn't work until I do that: ``` Traceback (most recent call last): File "c:\Users\kylei\projects\pyrefly\test.py",...

closing due to inactivity. feel free to open another issue (preferred) or reopen this one if there's other issues

this semantic highlighting is working as of the newest version. feel free to reopen this issue if it's not working as expecetd

Thanks for the research! Our team seems fairly bearish on pre-commit hooks because when they go wrong they go _really_ wrong. That being said, if the community wants them we...

> [@lolpack](https://github.com/lolpack) Thank you! I'm using Neovim and I can see some colours, although not all of them :) > > Specifically, the colours on the function call's keyword arguments...

closing due to inactivity. feel free to re-open if you still want it.

Aside from deprecated, I wonder if there are good heuristics for ranking these. Maybe length would work? That captures the general idea that top-level libraries are more public facing. `from...