Julian Gall

Avatar
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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 ...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 18 followers
    • 21 comments
    • 23 votes
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Evaluate Expression Buffer Size

    Answered
    When 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    PyCharm 2021.2 out of memory

    Answered
    I 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    PyCharm out of step when debugging

    Answered
    Sometimes, 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    VCS has changed with 2020.3

    Answered
    With 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...
    • 3 followers
    • 3 comments
    • 0 votes