Towry Wang

Results 94 comments of Towry Wang

In .babelrc file: ``` { "presets": [ "es2015", "flow-vue" ], } ```

Even worst if has split window: ![截屏2022-06-10 15 44 57](https://user-images.githubusercontent.com/8279858/173016614-38ea27ad-00bd-433c-bd4b-32cac27766fb.png) ---- Considering use another plugin, which works pretty well with nvim-tree. https://github.com/ojroques/nvim-bufdel Also set `hijack_unnamed_buffer_when_opening = true` in nvim-tree will...

.... My needs is cpx `./dist/**/*.umd.js` should keep `dist` folder.

Taro 源码里是 `showShareItems`,但是最新的微信文档里是 `menus`,不知道是 taro会将 `showShareItems` 转为 `menus`还是 taro 没有对应微信小程序文档进行更新?

> just hit this problem on arch linux with neovim 0.6, all mentioned solutions above did not work out Add `max_jobs=50`, then `PackerClean` and `PackerSync` works.

have the same issue.

@mzgoddard Any updates on this issue?? Update: It already caused some UI broken in our app ...

https://github.com/mysticatea/cpx maybe a good alternative.

`destory-on-close` will cause high CPU and the page become unresponsive ...