Julian Gall

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Created Suppressing "unused imports" inspection
It would be helpful to be able to suppress the "unused imports" inspection, but this doesn't seem to be in the list. I have tried:#noinspection PyUnusedImport#noinspection PyUnusedImports Also, the... -
Created Incorrect type warning on numpy load file parameter
PyCharm 2023.1 (Professional Edition) I am loading a numpy array from a binary file, as follows: import numpy as np with open('test.npy', 'rb') as f: arr = np.load(f) PyCharm highlights the ... -
Created PyCharm packages_v2.json very large
There is a huge file /Users/julian/Library/Caches/JetBrains/PyCharm2022.3/python_packages/packages_v2.json This is nearly 100GB, which is a fifth of my hard drive. Is it possible to reduce this fil... -
Created Best cloud AI resource for training Tensorflow
I have been training small Tensorflow models by running them in PyCharm, but am now reaching the point where doing this takes too long. I would like to start using a cloud service (paid-for if nece... -
Created Evaluate Expression Buffer Size
AnsweredWhen using the Evaluate Expression dialog, you can use Opt and up or down arrow to go through expressions you have already typed. It seems to store about 10 entries. Is there any way to increase th... -
Created Disable version control but without affecting Local History
I have the paid-for edition of PyCharm which I use for one-man development. At some point in the past I enabled version control with Git, but I don't use this. I do use Local History for specific f... -
Created PyCharm 2021.2 out of memory
AnsweredI have been using PyCharm community edition on a Raspberry Pi for a couple of years, upgrading as each new version came out. Everything was ok up to 2021.1. However, 2021.2 does not run. idea.log s... -
Created PyCharm out of step when debugging
AnsweredSometimes, Pycharm loses its place when stepping through code in the debugger. It is happening at the moment. The line that is highlighted in blue as the next line to be executed, is one line ahead... -
Created VCS has changed with 2020.3
AnsweredWith the previous version of PyCharm (Community Edition) 2020.2.5, I had a VCS option on the menu that allowed me with a single option to show a comparison of the current version of the current fil...