Jacob Golden

Results 4 comments of Jacob Golden

Yeah. I love Zed but when I open a Python project it's just strange. I will activate my .venv in my project directory and the script will run but when...

See that python-dotenv is installed, along with pydantic in my env - (pip list) but I guess pyright is not checking for packages in the project-directory/.venv ???

Yep. I'm running into this too. But even after updating the description suggested above, I'm getting the following error: ``` OperationalError Traceback (most recent call last) [/usr/local/lib/python3.9/dist-packages/sqlalchemy/engine/base.py](https://localhost:8080/#) in _execute_context(self, dialect,...

Any news on this? It seems like a pretty common issue and makes it so that you are forced to quit and start a new session in order to stop...