Micha Reiser

Results 1092 comments of Micha Reiser

I replied on the pull request

For context. The `--output-file` was added in https://github.com/astral-sh/ruff/issues/2388, but it's not sufficient for the use case of most users who want multiple outputs in CI.

Thanks for the report. @BurntSushi plans to look into performance improvements for completions because we're aware they're slow. One thing I noticed is that we return more than 100k completions...

> So it seems not to be a critical problem and should change the autocomplete item default to false? I don't think we should change the default. Completions should be...

What pylance mode are you using? Note that Pylance, by default, doesn't suggest auto imports for third-party dependencies, whereas ty does. See https://github.com/microsoft/pylance-release/blob/main/README.md#settings-and-customization Regardless of that setting. We do plan...

> Are my assumptions correct here? I think they use VS Code's Remote SSH feature, see https://code.visualstudio.com/docs/remote/ssh If you've access to an SSH machine, it's "as easy" as installing the...

I'm not sure what the issue is exactly but all other type checkers that I tested (Pylance, Pyrefly) don't raise the same diagnostic.

I used `Developer: Inspect Editor Tokens and Scopes` to inspect the semantic tokens produced by pylance and it classifies both `pathlib` tokens as namespace

Yeah, we spent an awful long time in union building Profile https://share.firefox.dev/49KBn59

Thank you for working on this. Almost the entire team is out this week. It may take a few days before someone finds time to review your PR. Happy holidays.