You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the great library. I've noticed that when I'm using an iPython notebook in VSCode with type checking turned on, Pylance doesn't recognize the verb functions as being able to take zero positional arguments when combined with the pipe operator.
I think this should be able to be resolved using typing.overload or something similar. I was wondering if this is on your radar of problems to fix. I might have the time to contribute a PR for this if need be (no promises though).
The text was updated successfully, but these errors were encountered:
It seems like one overload for the no argument case, and one similar to this pyright overload (except that for now I think the return type will need to be any? down the road could add a Frame abstract base class or something...?)
(Otherwise, I want to switch to using more vs code + pyright, so can hopefully fix in the next couple weeks!)
Hi, thanks for the great library. I've noticed that when I'm using an iPython notebook in VSCode with type checking turned on, Pylance doesn't recognize the verb functions as being able to take zero positional arguments when combined with the pipe operator.
I think this should be able to be resolved using
typing.overload
or something similar. I was wondering if this is on your radar of problems to fix. I might have the time to contribute a PR for this if need be (no promises though).The text was updated successfully, but these errors were encountered: