Tsukimaru Oshawott

Results 3 comments of Tsukimaru Oshawott

@sunhailin-Leo > * 如果可以,请提个 pr 修复 type-hints 异常的部分 😄 等有空吧( > * By the way:这不属于 bug 哈。 > > * type-hints 不属于语法强校验的行为,只局限于静态检查。 那我以后如果遇到这个问题应该在 issue type 里写 `type-hints` 吗(我其实不太懂这个

@sunhailin-Leo > * Pylance 的检查结果能丢一份出来吗? ```plain 无法将“list[int]”类型的参数分配给函数“add_yaxis”中类型为“Sequence[LineItem | dict[Unknown, Unknown]]”的参数“y_axis” “list[int]”与“Sequence[LineItem | dict[Unknown, Unknown]]”不兼容 类型参数 "_T_co@Sequence" 是协变的,但 "int" 不是 "LineItem | dict[Unknown, Unknown]" 的子类型 类型“int”与类型“LineItem | dict[Unknown, Unknown]”不兼容 “int”与“LineItem”不兼容 “int”与“dict[Unknown,...

> pyreadline is not a direct dependency of pytest-echo and is a requirement of pdbpp, which is only needed if it is installed with dev dependencies. What exactly is the...