Tzxhy

Results 14 comments of Tzxhy

初步判断是 op-browser 不兼容. 在包op-browser/test里测试open,得: ```bash chrome detect fail: Error: Can not find browser info at E:\npm_module\node_modules\hiproxy\node_modules\op-browser\lib\index.js:143:16 at new Promise () at Object.detect (E:\npm_module\node_modules\hiproxy\node_modules\op-browser\lib\index.js:103:12) at E:\npm_module\node_modules\hiproxy\node_modules\op-browser\test\open.js:4:6 at Array.forEach () at Object....

![image](https://user-images.githubusercontent.com/18610809/38468996-855176ee-3b80-11e8-90ee-64355304fd47.png)

HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Path 注册表下就没有chrome.exe,估计不同windows版本注册表结构可能有啥不一样。开发还是都用mac了。windows伤不起。

主要今晚想跑一下代码,结果没戏。哈哈。后面有时间了可以研究一下。

I found the problem in node-pty. Shows: ```txt [IPC Library: Pty Host] import error: Error: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/lib/code-server/lib/vscode/node_modules/node-pty/build/Release/pty.node) ```

I opened a large repo with many sub packages, and Memory Usage can be used almost 8G. When I just opened a sub package, Memory just 2G. So, code server...

> Oh, sorry. I just found that the memory usage inside docker container and outside is not same, and the difference can be large. In container, use `free -h` get...

发现一个临时解决办法: 新增一个组件: ```tsx import { PropsWithChildren, useEffect, useState, } from 'react' export default function ClientRunWrapper({children}: PropsWithChildren) { const [show, setShow] = useState(false); useEffect(() => { setShow(true); }, []) if (!show)...

for this problem, i decide not to use Attributify.