Leinardi
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
-
-
Leinardi commented, -
Leinardi created a post, AnsweredUnable to build Pylint and Mypy plugins when compiling with PyCharm 2019.3.2 (2019.1.4 works fine)
I'm the developer of Pylint and Mypy plugins and if I update PyCharm from 2019.1.4 (Build #PC-191.8026.44, built on July 30, 2019) to 2019.3.2 (Build #PC-193.6015.41, built on January 21, 2020) I'm... -
Leinardi created a post, PyCharm/PCP: How to trigger the installation dialog?
I am the developer of the Pylint plugin for Pycharm and I would like to be able to tell PyCharm to install Pylint inside the virtualenv if is not already installed. How can I trigger this action pr... -
Leinardi commented, -
Leinardi created a post, PyCharm/PCP: How to get the Python interpreter plugin?
I am developing a couple of plugins for PyCharm/Python Community Plugin and I need to find the path to the current project Python environment, including if is a virtual environment. -
-
-
Leinardi created a post, GeneralCommandLine.createProcess().waitFor() never ends
I am trying to read a big amount of text from the stdout of a GeneralCommandLine but, with this text, it never ends. I tried to read the same amount of text directly calling the binary generating i...