Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kevin
Total activity
39
Last activity
January 14, 2023 18:19
Member since
August 31, 2017 21:13
Following
0 users
Followed by
0 users
Votes
21
Subscriptions
7
Activity overview
Posts (2)
Comments (9)
Sort by recent activity
Recent activity
Votes
Edited
January 02, 2023 03:51
Just ran: cd ~/Library/Cachessudo du -hs ./* | sort -h The top listed items are: 2.6G ./pipenv8.6G ./Adobe Camera Raw 29.0G ./com.spotify.client778G ./JetBrains I only use Pycharm and I...
Community
PhpStorm
100+ GB cache
1 vote
Created
November 05, 2020 19:16
I found a solution in that I needed to move the plugin out of the <pluginManagement> block and into the basic <plugins> block. The above link helped.
Community
IntelliJ IDEA Users
IDEA Maven tool window not showing all plugins goals
1 vote
Created
November 24, 2020 23:42
Wow, I'm impressed too!
Community
IntelliJ IDEA Users
Replace direct field access by setter and getter
0 votes
Edited
November 05, 2020 19:12
Same issue here. Added build plugin `spring-boot-maven-plugin` but it will not show up in the Plugin list. Can't execute from within IntelliJ. <build> <pluginManagement><!-- lock down plugins ve...
Community
IntelliJ IDEA Users
IDEA Maven tool window not showing all plugins goals
0 votes
Created
January 08, 2020 18:22
BTW, there is an open issue at tensorflow github on this issue, along with a workaround: https://github.com/tensorflow/models/issues/3655
Community
PyCharm
PyCharm 2019.1 has tensorflow but import doesn't work
0 votes
Created
August 29, 2019 22:46
Actually all I needed to do was to update conda: `conda update --force` and then Pycharm worked correctly again.
Community
PyCharm
Couldn't connect to console process. Process finished with exit code 1
0 votes
Created
August 27, 2019 21:00
I have the same problem and I'm running Pycharm 2019.2.1. I assume that is recent enough?
Community
PyCharm
Couldn't connect to console process. Process finished with exit code 1
0 votes
Created
September 03, 2017 05:49
Thank you. That's what I was looking for.
Community
IntelliJ IDEA Users
Java to Multiple-platforms: Linux and MacOS
0 votes
Created
August 31, 2017 21:49
Serge. Thank you for the answer. In our case, the Native library is quite large (95MB for each platform) and I would prefer not to install both in the .jar file. Is there a way to convince Inte...
Community
IntelliJ IDEA Users
Java to Multiple-platforms: Linux and MacOS
0 votes