itshan

Results 31 comments of itshan

I have same issue with - Multiple annotations should not be placed on the same line as the annotated construct (annotation) E.g for better readable, if we can accept the...

same issue ``` IntelliJ IDEA 2023.2.2 (Ultimate Edition) Build #IU-232.9921.47, built on September 13, 2023 Runtime version: 17.0.8+7-b1000.22 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 13.5.2 GC:...

> 我参考#108改了GrpcPuppet.kt 但是GrpcUtil的checkAuthority 过不去,No host in authority 一样显示No host in authority

ManagedChannelImplBuilder debug模式修改authorityCheckerDisabled = true. 可以正常返回二维码 ``` String checkAuthority(String authority) { if (authorityCheckerDisabled) { return authority; } return GrpcUtil.checkAuthority(authority); } ``` GrpcPuppet代码部分,目前没有找到修改authorityCheckerDisabled的方法 ``` channel = ManagedChannelBuilder.forAddress(discoverHostieIp.first, NumberUtils.toInt(discoverHostieIp.second)) .usePlaintext().executor(newFixedThreadPool) .overrideAuthority(puppetOptions?.token) .usePlaintext().build() ```

> 同样的问题,有解决的方案吗 using image github-pr-2411

Thanks for checking this issue. I would say it's nice to have. I had rollbacked from using different versions.toml files.

looks MacOS not supported yet 🙏