Cheng Cui

Results 10 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...

`%U` works like a charm, thank you! I didn't find a way to make the folder names all lower case, is it not in 1.1.15 yet?

Seems to work perfectly, thanks! It may be useful to include some examples in the documentation to make it clear how to customise wildcards. I wasn't sure whether `{}` is...

Hmmm, how come I got a notification for failed actions (notion sync). Seems that all runs in this action have failed in the past few days.

Oh, I should've provided this in the first place! I mainly just want the editor field in addition to what I have now (A). If I understand correctly, you cannot...