Bill Schnurr
Bill Schnurr
more info here. https://github.com/microsoft/pylance-release/issues/2991#issuecomment-1176560066
I suggest if you want the benefits of type checking to change `chart(data)` to be `chart(data: Dataframe)` alternatively change `Undefined` to alias `Any` maybe? ``` Undefined = Any ``` but...
maybe the python typing group can help you https://github.com/python/typing/discussions
@kst179 see issue https://github.com/microsoft/pylance-release/issues/3240 need to specify a type to `up_vectors[i]` so that you get the correct overload of `cross`
can you link or add the example
Can you try pylance pre-release? I think I has a newer version of the matplot stubs
lowercase `axes` is also suspect. from matplotlib import pyplot as plt, axes i'll take a look
are you using File->Open Folder on your root directory? or just the source folder? is your repo public? please attach logs https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue
Can you add the "Python Language Server" logs. see https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue if your code is public that would also help