Danny
AI software engineer
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Danny created a post, Matplotlib's figure() causes type checker warning in PyCharm 2026.1.3
I recently updated Matplotlib from 3.10.8 to 3.11.0 in one of my projects. Since the change, PyCharm has been throwing a type checker warning for code such as this:import matplotlib.pyplot as plt ... -
-
-
Danny commented, -
Danny created a post, PyCharm doesn't recognize local interpreter, can use interpreters from other projects
For one of the projects I cloned from GitHub, PyCharm does not detect the local interpreter even though a .venv directory has been created. Even using the File > Invalidate Caches… option does not ... -
-
Danny created a post, Refactoring seems to be broken in 2025.2.x and 2025.3.x
I think the refactoring feature is broken in recent versions as I am seeing at least two issues. When I rename a variable, the updated name only sticks for the currently selected instance. As soon ... -
-
Danny created a post, Python executable in PyCharm virtual environment becomes unusable once in a while
I asked this on Stack Overflow a while ago but didn't get any solutions.Every once in a while, the Python executable in the PyCharm virtual environment will stop working all of a sudden. Trying to ... -
Danny commented,