Results 13 comments of 方糖

May need more test

`离魂`的翻译我最早能找到2017年的commit https://github.com/CFPAOrg/Minecraft-Mod-Language-Package/commit/c9cc7f3687ecb49c8380aec60e2dce1fa24f98b0

> `离魂`的翻译我最早能找到2017年的commit [c9cc7f3](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package/commit/c9cc7f3687ecb49c8380aec60e2dce1fa24f98b0) 更早的实在是找不到了

sample: ```rust #![feature(specialization)] trait A { fn foo(t: T); } struct Bar; impl A for Bar { fn foo(i: i32) { todo!() } } impl A for Bar { fn...

Is this pr still under review? Or I need to open a issue to track this problem?

At least, the same problems still appear in RustRover. Anyone using this plugin can try my fixed version. I will not close this pr, just for mark. Hoping Jetbrains will...

Is there any latest progress on this issue? The infomation about type hint are here: https://peps.python.org/pep-0484/ and https://docs.python.org/3/library/typing.html Before adding type hints, we need to answer some questions. 1. Embedded...

> Is there any latest progress on this issue? The infomation about type hint are here: https://peps.python.org/pep-0484/ and https://docs.python.org/3/library/typing.html Before adding type hints, we need to answer some questions. >...

> Thanks for volunteering to help. I answer your questions: > > 1. Embedded. > 2. Target version is 3.7. Noted that `AffineExpression` inheritaged from `dict`, it's hard to typing,...

kts doesn't support `allprojects` and `subprojects` block (see ).So it may hard to convert build.gradle to build.gradle.kts .