DetachHead

Results 929 comments of DetachHead

> Well pyright is quite a bit faster than basedypright for auto-cmp, and it also probably will always have a thing or two that's more well rounded, the signature help...

thanks for the videos, very helpful! can you see if the issues with completions go away when downgrading to basedpyright 1.27.1? if so, it's likely caused by [deprecated tags on...

> So, performance wise, which I would have not really called an issue in the first place, I would def say that things feel a bit snappier yes altough not...

i've opened #1345 to track this performance issue since it's not really related to this issue. thanks for the help narrowing it down

@RyanCavanaugh i don't think there was any disagreement on the definition of "equal" but rather people finding edge cases that the workarounds didn't account for. as far as i can...

oops, updated with a better example

unfortunately that approach still isn't foolproof. it doesn't recursively fix the types: ```ts type M = Equal //false ```

i jumped down that rabbit hole as well, but i kept finding cases where my solution didn't work. same story with yours, however admittedly it's much cleaner than what i...

interesting, i wasn't aware that it [resolves to the first matching overload](https://www.typescriptlang.org/docs/handbook/declaration-files/do-s-and-don-ts.html#ordering) instead of the best one. in that case, i agree that those two types should not be considered...

use `ignore` instead. i want to merge these two options into one because the current behavior is quite confusing. see #31