lukas.kremla
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 Handling library modifications before the IDE is loaded
Hello,I'm working on a plugin for Jetbrains IDEs that adds support for working with MicroPython. One of the plugin's features is a built-in stub package manager that let's the users select and acti... -
创建于 PyPackageManager deprecation
已回答Hello,I'm working on a MicroPython plugin for PyCharm (and soon CLion). I want to add functionality using some pip libraries. I would like to be able to check if the current interpreter has the req... -
创建于 PyPackageManager deprecation
已回答Hello,I'm working on a MicroPython plugin for PyCharm (and soon CLion). I want to add functionality using some pip libraries. I would like to be able to check if the current interpreter has the req... -
已编辑于 More progress bar text
已回答I'm contributing to the open source PyCharm MicroPython plugin. I'm currently working on creating more detailed progress reporting.This part of the plugin is under a “runWithModalProgressBlocking” ...