Yaroslavvb

Avatar
  • Total activity 31
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 10
  • Created

    Docsting Intention actions missing

    I noticed that my “Intention actions” like insert documentation stub are missing in several of my projectshttps://www.jetbrains.com/help/pycharm/creating-documentation-comments.htmlAll I see is “Ro...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    How to customize shortcut for "Debug 'Python tests for ...`"?

    In my test view, I have per-test actions activated by clicking green rectangle on the left margin. How do I add shortcut to “Debug Python tests for uti…`” action? I don't see this action in the lis...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    2019.2.1 high CPU utilization

    After my last version update I noticed high CPU utilization. PyCharm sometimes jumps to 500% CPU usage and stays there for several minutes without me doing anything unusual. During this time, type ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Making PyCharm type-checker more robust

    This seems to be too broad for an individual issue, but I think PyCharm type-checker can be made a lot more useful by taking a large project and fixing all the spurious warnings. An example is taki...
    • 2 followers
    • 1 comment
    • 2 votes
  • Created

    How to disable type checking for an entire namespace?

    My few thousand line PyTorch project has 50 type warnings in PyCharm. I think it's a combination of bugs in PyTorch type hinting + bugs in PyCharm (ie, https://youtrack.jetbrains.com/issue/PY-38035...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Disable Type Checker for specific function or namespace

    For some reason PyCharm gets torch.einsum signature wrong, and every call to torch.einsum triggers Type Checker failure ``` def einsum(equation, *operands):r"""einsum(equation, *operands) -> Tensor...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Stricter validation of type hints

    I'm wondering if there's a way to validate type hints more strictly. For instance I had a bug in the following function, it returns None in one of the branches. This should be an error because of t...
    • 1 follower
    • 0 comments
    • 1 vote
  • Created

    Disable "Unbound local variable" inspection locally?

    Is there a way to disable it locally? I'm using the following block to allow me to use "@profile" decorators which are only defined when running under line profiler (kernprof -l script.py) I'd like...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Python interpreter launch Hanging in "Connection to Console"

    Any suggestions how to debug? Just opened a new project, trying to launch Python interpreter window, and see this: /Users/yaroslavvb/anaconda3/envs/main/bin/python /Applications/PyCharm.app/Content...
    • 7 followers
    • 12 comments
    • 2 votes
  • Created

    Emacs mode for >2018 pycharm?

    I found this plugin https://plugins.jetbrains.com/plugin/7906-emacs- , but it says it's not compatible with 2017 and later versions. What do people use for transitioning from Emacs to PyCharm nowad...
    • 1 follower
    • 0 comments
    • 0 votes