WangSiyuan
WangSiyuan
恩,可以。应该可以集成到Travis上。研究一下
可以在Windows上运行 https://github.com/rivo/tview 试下他的demo能否正常渲染。看起来UI部分对Powershell不太友好。 目前看来,可能在Windows环境中,只有WSL的体验会比较好吧。或者如果你感兴趣的话,可以提PR优化一下Powershell的体验...
估计不会是你电脑问题... 如果默认设置都没显示好的话... 那估计啥配置都没戏了
> 编译上有个小坑就是 hajimehoshi/oto 这个依赖需要依赖 libasound2-dev 提一个PR,在文档里注明一下吧。我记得oto这个依赖和beep确实有在文档中提到 https://github.com/hajimehoshi/oto#linux
这个有些奇怪,稳定复现吗?
Not only node_modules folder. I create a folder and a file in this folder, and then I delete the new file, the folder is hidden.
感觉只能试试TypeScript或者flow了:https://flow.org/en/docs/react/hoc/
> flow 和 ts 带来好处的同时 又增加了一些负担 哎 这个是肯定的。这些相当于带来了约束。而有的时候约束是方便,有时候就是负担了... 还有一种办法应该也可以,就是给这个component写一个 `d.ts` 。这可能是侵入最少的了。 类似这种,https://github.com/clauderic/react-sortable-hoc/blob/master/types/index.d.ts
no, only output three SQL files, and only one line in the `copy_from.sql` and the console output doesn't have any tables
I was trying to backup the database. But no other files were saved but three SQL file ``` └── metrics ├── copy_from.sql ├── create_database.sql └── create_tables.sql ``` no were saved....