Danny
AI software engineer
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Edited 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 ... -
Created 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 ... -
Edited 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 ... -
Edited 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 ... -
Edited PyCharm window is too large and can't be resized below a certain area
I just installed PyCharm on a new laptop. One issue with this installation is the PyCharm window is too large and gets cut off at both the top and the bottom. I cannot resize the window anymore bec...