Micha Reiser

Results 749 comments of Micha Reiser

> Isn't PartialEq for str enough? I don't think it is. Implementing `PartialEq for Identifier` only gives you `ident == str` but not `str == ident` [doc](https://doc.rust-lang.org/std/cmp/trait.PartialEq.html#how-can-i-compare-two-different-types) > Adding `PartialEq`...

I'll close this for now as there's nothing actionable for us to do. @david-waterworth let us know if you still run into this and I'm happy to re-open the issue.

@BurntSushi what's your experience with statically linking the CRT on windows? Any drawbacks that you've become aware after shipping the change in ripgrep? https://github.com/BurntSushi/ripgrep/blob/35160a1cdb4c7e2c370e8a7fad6508ff922a33c2/.cargo/config.toml#L4C8-L8

Would someone be interested in contributing the change to Ruff? It requires porting the configuration from ripgrep to ruff and doing a quick analysis of the file size change between...

Hey. PyCharm support is something that's on our minds and we agree that it's important. For now, you can give the unofficial pycharm plugin a try https://docs.astral.sh/ruff/integrations/#pycharm-unofficial

@Pixel-Minions, have you tried creating an issue in https://github.com/koxudaxi/ruff-pycharm-plugin to see if your problem can get fixed or is there already an existing issue?

@snowsignal plans to look into this once we've rewritten our LSP in rust.

I'm not sure if removing the `ms-python.python` dependency is desired in the long term, or at least, not without implementing our own python selector. I suspect that we'll soon need...

As I understand it, the main reason for using Ruff's pre-commit plugin is that it installs the specific Ruff version for you. I'm not a pre-commit user myself, but could...

Sorry for the delay. How do you run Ruff from the CLI? Are you also passing `--select I`? If not, then the reason why pre-commit raises an error and the...