Roberto Leinardi
Roberto Leinardi
I tried the latest branch and I found the following issues: 1. The "Use Daemon" option is not persisted: if I check it and press OK, if I re-open the...
Hi @fgblomqvist, sorry for the late reply, it was a busy week at work. I tested your branch again and the daemon checkbox works correctly. But now, when I enable...
@soleares could you please downgrade the the previous version and confirm that is actually a regression? https://github.com/leinardi/mypy-pycharm/releases/tag/0.10.6
I found a regression. Just published version 0.11.1. It's waiting Jetbrains approval, but can be installed manually from here: https://github.com/leinardi/mypy-pycharm/releases/tag/0.11.1 @soleares it would be nice if you could confirm that...
this is intended: mypy must be installed in the same environment that PyCharm is using for the project.
@MarcinOrlowski, @flowersw could you please attach the idea.log file (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files) after you get the Exception? @MarcinOrlowski which interpreter are you using in PyCharm? The system one or a venv?
Currently I can provide minimal support, mostly just for critical bugs on existing features. Adding support for remote/non standard interpreters is something I can't provide. Contributions are welcome.
When I first started developing the plugin I tried to use the daemon but I don't remember why I ended up not using it. https://github.com/leinardi/mypy-pycharm/blob/release/src/main/java/com/leinardi/pycharm/mypy/mpapi/MypyRunner.java#L90 Maybe it does not allow...
Hey thanks a lot for the investigation! Fell free to make a PR for your changes, I'll try to have a look at it soon (hopefully over the weekend). Just...
Hi @grvhi, thank you for reporting this issue. Which violations are you getting as result of the scan? Can you please post a screenshot? Are you getting some error inside...