Fallen_Breath
Fallen_Breath
Nice idea. Would you please describe how to use this feature and give some examples as well as the logic / special cases handling of your implementation, since we can't...
If you know how to write in Chinese you can also finish the Chinese translation part of the related document
这已在后续的指令树相关的更新计划上了
这是 `prompt-toolkit` 库本身的问题,与 MCDR 无关。请前往 prompt-toolkit 仓库进行反馈 如,运行以下代码,同样会有显示不全的情况出现 ```python from prompt_toolkit.patch_stdout import patch_stdout with patch_stdout(): for i in range(100): print('a' * i) ```
这是已知的问题,我需要一个能**稳定**复现的方式来尝试进行修复,请给出能**稳定**复现该 bug 的详细步骤以及相关环境。
不先讨论下应该不应该切换文档部署方案吗?包括要做什么,为什么要这样做,有什么优缺点等分析。
不是插件线程什么的问题,感觉更像是python自己处理deamon线程跟stdin的问题 然后,依旧,求稳定复现方法
我知道出问题的地方在哪,我也会用pycharm,也没有遇到过此错误 无法 **稳定** 复现该问题,这也是该issue无法解决的原因
有可能是 MCDR 在退出时未终止输入线程的循环,导致继续尝试 `input` 所引发的,可以试一下 `issue/47` 分支的构建 https://github.com/Fallen-Breath/MCDReforged/actions/runs/1138028987 https://test.pypi.org/project/mcdreforged/1.6.2.dev244/
原版 MC 中玩家 id 只能为 `\w{1,16}`,因此才有这一设定