Shawn Holyoak

Results 16 comments of Shawn Holyoak

I have this issue as well. Identical behavior, except I'm using Django instead of Flask, and PynamoDB 4.3.3

> Have you tried passing an instance of UploadFile? I had to switch to the httpx.AsyncClient approach as specified [here](https://fastapi.tiangolo.com/advanced/async-tests/) to pass an UploadFile instance, since reading an UploadFile is...

A better one ![Screenshot 2024-04-15 at 3 28 59 PM](https://github.com/pydantic/pydantic/assets/5797525/5d863671-191e-4a43-9683-0b5960f86227)

@Viicos That's simply a Ruff warning (Import block is un-sorted or un-formatted Ruff [I001](https://docs.astral.sh/ruff/rules/unsorted-imports); I had not yet saved the file when I made the screenshot. My version of Pylance...

@debonte I switched to the prerelease version and now I'm getting a different issue. VS Code repeatedly had to "reconnect to server" to get back into the Docker container, and...

My code is not publicly available, unfortunately. I’m away from my desk at the moment but will provide a complete log file. I assume it’s just a log file of...

[PLS.log](https://github.com/microsoft/pylance-release/files/13636122/PLS.log) I literally did nothing but start Docker, open VS Code, click on one file, and wait.

This appears to actually be a problem with pylance in the docker container _when the docker container runs out of memory allocated to it_. I started having problems with `pytest`...

@heejaechang I do not recall seeing anything like this in any other window, but did not look at every output window. I have not had a recurrence of this since...

@heejaechang and @debonte I just received a Pylance crash just now. I don't know if this is a new issue, or similar. The `Window` output log shows: ```024-02-02 14:04:17.807 [error]...