DetachHead
DetachHead
lol i was going to check this yesterday because i suspected this was an issue but i completely forgot. thanks
We don't mind, go ahead
it's MIT so i'm pretty sure it's fine
i was under the impression that you're supposed to just keep the license as-is when forking a project, and any changes would need approval from everybody who has ever contributed...
i dont get it, can u provide more info on exactly what the issue is
looks like it's inferring the paramspec as `...` which is the paramspec equivalent of `Any`: ```py reveal_type(C3()) # C3[...] ```
I guess it should show both docstrings with some sort of indication that it's a union of both of them
huh???? it's literally used
oh, that's the same with unused variables too. https://github.com/microsoft/pyright/issues/8806
Regarding the "No trusted plugins available for use. Check your settings" message, I was able to find the plugin settings (under a different name "Downloads"), but I can't seem to...