欧阳鹏
欧阳鹏
可以 docker logs xxx 看下日志,可能是网络出问题了吧,比如 socks5 代理错误什么的
No, by `x` I mean any arbitrary number, and the issue will still persist in this case.
Please watch the video demonstration below. https://github.com/vanjs-org/van/assets/61752998/b7c5a0f8-52a2-44b5-a6b0-716c54a11b09
把 `#draggableBtn { right: 0 }` 去掉就行了,如果需要初始状态在右边,那就按下的瞬间把 `right` 清除掉。
This issue is caused by `import/require "process"` combined with `process.stdin.on("data", ()=>{})`. https://github.com/privatenumber/tsx/blob/bd83d3bf59e39767ec64eec86fe5b48a8e50b991/src/watch/index.ts#L219 You can add the `-r` option to `concurrently` to resolve it. Disabling `OnReturnKey` can also solve the issue....