Bill Schnurr
Bill Schnurr
# Description of change Fixes an error found by using the Pylance LS in basic typechecking mode.  I'm assuming the original code was meant to be "str or bytes"....
…t plain .py files dont get duplicate results in api calls to onHover etc. Fixes # https://github.com/microsoft/pylance-release/issues/3027 - [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated...
**Describe the bug** [A clear and concise description of the bug] **Steps to Reproduce** 1. Go to definition on 'decimal' 2. click on any of the results in the search...
ipython 7.4.0 ipykernel 5.1.0 pyzmq (18.0.0) or (18.0.1) Previous versions of ipython didn't have this issue but it related to the newer pyzmq lib. Fixes: downgrading pyzmq to 17.1.3 seems...
… Currently its defaulted to false so that we insert newline between function parameters, but in tests we enable compact mode so that we don't need to re-write every test...
When calling a matplotlib function, we should suggest matplotlib `Axes` first 
https://github.com/microsoft/pylance-release/issues/3401
docs https://docs.djangoproject.com/en/4.0/ref/request-response/#django.http.HttpResponse stub https://github.com/sbdchd/django-types/blob/ee595c5bae2865b6ed30dee619e3c4da4a1af21b/django-stubs/http/response.pyi#L92 I think the url property is only on the `HttpResponseRedirect` class
**Describe the bug** [A clear and concise description of the bug] **Steps to Reproduce** 1. open single folder... 2. go to file https://github.com/microsoft/pylance-release/blob/main/testing/single/src/codeaction.py 3. use the code action on 'os'...