Midori Kochiya

Results 69 comments of Midori Kochiya

Most libraries dealing with streams accept something like `where S: AsyncRead + AsyncWrite + Unpin`, making them more flexible. I wonder if we could have something similar, like a `trait...

Ring and Rustls are great libraries, but given that ring does not support anything except x86, x86_64, arm, arm64, and wasm, dropping support for native cryptography solutions can make this...

@easychen 如果可以确认问题已经修复,这个issue也可关闭

This might be off-topic, but I actually got the program launching (the UI shows up without problem) after manually applying #800, but it segfaults when doing something with OLE, do...

Front-end casting should work, we could also try DLNA if both devices are in the same LAN (but we need to experiment this with Docker)

Things like DLNA casting should not be really difficult to write ,it's just some HTTP in UDP (SSDP), and later some XML in HTTP (UPnP/DLNA). As long as we use...

China has been actively blocking DNS servers not located in China since forever, and the default Cloudflare DNS is among those blocked. I don't think we have better ways other...

pub 是把 https://github.com/simolus3/tar/ 这个包复制到内部进行使用的 不过我确实非常好奇proot的liny2symlink功能为啥没生效,不过现在这样也能用,问题倒是不算大

在底层用符号链接模拟硬链接,使得proot环境内硬链接可以正常使用,但是好像不是很好使...

`tar --hard-dereference -zcvhf` 这个其实把所有的链接都转换成文件了(不管是硬还是软),因为从code-server的视角目录里面的东西基本上是只读的,所以怎么样都无所谓