Koudai Aono
Koudai Aono
@charliermarsh OK, I will check the repository. Thank you. I feel the speed is not bad for only applying to 1 file using CLI from the plugin. What LSP request...
@samuelcolvin I think great to treat `StrictBaseModel` `Strict`/`Coerce` with the pycharm plugin. Because the plugin can inspect values, and type-checking comfortable with theses class. I agree with your thoughts. I...
I have created [the poetry plugin for PyCharm](https://github.com/koxudaxi/poetry-pycharm-plugin) and the plugin was merged to [PyCharm/IDEA mainstream](https://github.com/JetBrains/intellij-community/commit/1b32ef78ce99a91c69bfc75f75c9df86e75acc75). PyCharm provides the internal API to create the plugin for third-party package managers. @imbev...
I have created a rye plugin based on the integration of Poetry. https://github.com/koxudaxi/rye-pycharm-plugin Now, the plugin can create only new projects. It's not practical at the moment, but we will...
```bash pypistats python_minor datamodel-code-generator -t -f markdown | category | percent | downloads | | :--------|-------: |---------: | | 3.10 | 34.49% | 259,986 | | 3.11 | 21.15% |...
@jorenham I want to drop support Python 3.7 but the PR needs to be updated. I'm sorry. I will close the PR and recreate a new PR for it.
@KotlinIsland > platformVersion = 241.13688.16-EAP-SNAPSHOT Can you help me a little? My work has been stuck on this problem for the past few days. I believe 2024.1 will be released...
@KotlinIsland Thank you for your time. I checked the related code of MockSdk and project fixtures. But, They didn't change last month 🤔 Yes, I followed the changes. https://github.com/JetBrains/intellij-community/blob/master/python/testSrc/com/jetbrains/python/PythonMockSdk.java
> Ah yes... what do you think about specifying an older EAP that works properly then? Perhaps it's an issue with the EAP? If it is one previous EAP, it...
@KotlinIsland Since we can't take time for this task, how about we set the unittest execution environment to 2023.3 for once? I tested it at hand, and it works with...