Rich Chiodo

Results 56 issues of Rich Chiodo

MVP idea: - Completion for all related keys generated and or specified #3704 (maybe through dataclass_transform) - Extended completions for filterby etc based on key names generated by Django https://github.com/microsoft/pylance-release/issues/3704#issuecomment-1335592027...

enhancement
django
epic

See this issue #5027 1. Install django-stubs into your environment 2. Set typechecking mode to basic 3. Add the following code to a file ```python from django.db import models class...

bug
django

There's been a number of bugs/requests for this: https://github.com/microsoft/vscode-python/issues/9065 https://github.com/microsoft/vscode-python/issues/9043 https://github.com/microsoft/vscode-python/issues/7956 https://github.com/microsoft/vscode-python/issues/9620 I believe we could implement a remote file system for a remote server URI and then we'd behave...

notebook-remote
feature-request

Given this notebook: [ising.ipynb.zip](https://github.com/microsoft/vscode-jupyter/files/14662124/ising.ipynb.zip) And these requirements.txt [requirements.txt](https://github.com/microsoft/pylance-release/files/14673102/requirements.txt) Diagnostics can take almost 2 seconds to return for me. Simply add a syntax error into one of the cells.

needs repro

As described in this issue: https://github.com/microsoft/pylance-release/issues/5795 Import resolve errors are not obvious especially when the user can run their program. We should bring back the idea of having import resolve...

skip-reassign

![image](https://github.com/microsoft/pylance-release/assets/19672699/9eb23ea2-c858-437a-8faf-a7083d6a8340) It seems to me that the "Box[T]" should be all one color. The root cause is no semantic value for the `[` in the type string.

bug

Make sure you have a fork of pylance-release in github (not cloned locally) 1. Create a virtual environment 1. Start VS code from a command prompt where this virtual environment...

needs repro

![image](https://github.com/microsoft/pylance-release/assets/19672699/339abcc0-8c58-473b-9169-f270454e68cf) This happens on WSL when I open the pylance-release/testing/single/codeactions.py. If I bring up code actions for the second error it works, and then if I go back to the...

needs repro

Make sure you have a fork of pylance-release in github (not cloned locally) 1. Create a virtual environment 1. Start VS code from a command prompt where this virtual environment...

needs repro

Setup a directory structure like so: ``` - non_linked - __init__.py - importer.py ``` Where importer.py has this: ``` from exporter import * ``` And the `__init__.py` has this: ```...

needs repro