MCUmbrella

Results 11 comments of MCUmbrella

got the same problem here. It doesn't seem to be a problem with some plugins

Tested on vanilla server with 'allow-flight' disabled and got no problem. https://user-images.githubusercontent.com/40854260/127873110-65277e4f-d524-4f57-ad6a-027d9f804c4c.mp4

Directly switched to use Mohist to run the server and got the same problem. https://user-images.githubusercontent.com/40854260/127875338-7c5bd3fd-cc4f-418c-887f-3057ebcee2f3.mp4

Mgazul says it is brought by forge. I haven't tested it on the pure forge server yet Sent with ProtonMail Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ 2021年12月27日 星期一 19:54,Magnus Jensen...

𝑩𝑹𝑼𝑯

我这边程序有个需要交互的控制台,elesticheap的输出经常把有用的信息或者界面冲掉

> > 我这边程序有个需要交互的控制台,elesticheap的输出经常把有用的信息或者界面冲掉 > > 什么叫把有用的信息冲掉?是指多出来的gc日志信息吗? 程序自己的正常输出,比如命令的执行结果 还有就是程序等待输入的时候,比如 ![图片](https://user-images.githubusercontent.com/40854260/107181813-88178680-6a16-11eb-88aa-49874c79b20f.png)

又是一个很好的例子 ![图片](https://user-images.githubusercontent.com/40854260/107181926-c745d780-6a16-11eb-9535-5da972b8e70a.png)

same problem. now i cant even build the example appimage in the tutorial console output: ``` ~/qt-appimage-template$ appimage-builder INFO:main:Running main script INFO:main:Running apt deploy INFO:apt:apt-get update 获取:1 http://old-releases.ubuntu.com/ubuntu impish InRelease...

looks like my problem is related to python. I opened "~/.local/lib/python3.9/site-packages/packaging/version.py", inserted `version = version.split("ubuntu")[0]` after `def __init__(self, version: str) -> None:` and got my problem fixed