Cheng Cui

Results 5 comments of Cheng Cui

The [scite](https://github.com/scitedotai/scite-zotero-plugin) plugin adds extra columns to Zotero, which can facilitate sorting by citations.

+1 for this, quite a few of these types in `typing` have been deprecated since 3.9 as stated in the [doc](https://docs.python.org/3/library/typing.html#corresponding-to-built-in-types), after their counterparts in `collections.abc`/built-in started to support indexing....

No, my intention is args being `tuple[Iterable[float], …]` when passed in. float is possibly not important here, i.e. can be any type, it is just my actual case. I need...

@erictraut, thanks for the investigation, I saw your comments in the pyright repo. I feel that it is still a bug and does not fall into bidirectional type inference. My...

Thanks for clarification. In that case, I find this surprising and somewhat against the runtime behaviour. In my use case, since I explicitly convert the iterable to tuple, I would...