Wuma
Wuma
增加工具 - [socket.io-mp-client: 小程序socket.io客户端, 支持微信小程序、支付宝小程序](https://github.com/cytle/socket.io-mp-client) - [wechat_web_devtools: 微信开发者工具(微信小程序)linux完美支持](https://github.com/cytle/wechat_web_devtools)
这个项目会帮你下载安装`nwjs`,但不会帮你安装相关依赖,`nwjs`缺失某些依赖会引发类似如下错误 ``` ./nw: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory ``` 通过搜索引擎可以获知缺失的依赖是什么,以及各系统安装方法。此issue目的是汇总这些缺失的依赖和解决方法。
### Component Transfer ### Reproduction link [https://riddle.alibaba-inc.com/riddles/7f58ca58](https://riddle.alibaba-inc.com/riddles/7f58ca58) ### Steps to reproduce Transfer 使用带有 Disabled 项的数据源,在搜索关键字全选后,不能取消全选。 
Add support for relative positioning like `iscroll` https://github.com/cubiq/iscroll/issues/1029
Add support for relative positioning like iscroll. https://github.com/stackjie/vue-pull-to/pull/82
## 问题 在 Web 下, @uni/pull-down-refresh 提供了 onPullDownRefresh 现有代码对下拉处理不是全局单实例的,看起来目前只能开启全局的下拉和增加监听,无法移除下拉和删除监听 https://github.com/raxjs/universal-api/blob/master/src/packages/interactive/pullDownRefresh/src/web/onPullDownRefresh.ts#L184-L190 ## 期望 1. 期望支持关闭页面下拉功能 2. 期望支持移除下拉监听事件功能
自荐工具,Linux下微信开发者工具 原理是微信开发者工具本质是nw.js程序,把它移植到linux下没大问题.然后,负责编译wxml和wxss(可能还有 其他功能)的wcc和wcsc,利用wine来跑. 项目地址:[cytle/wechat_web_devtools](https://github.com/cytle/wechat_web_devtools)
### Component Table ### Feature Description 分组表格支持开启折叠功能,开启后分组头左侧显示如下折叠/展开按钮,点击后当前分组下的行会折叠/展开。 
### Component Table ### Steps to reproduce 1. 打开 https://riddle.alibaba-inc.com/riddles/4b76d241 2. 开启性能调试工具,CPU 4倍降速 3. 滚动表格,表格内容和表头都有明显卡顿  埋点调试发现,表格内容或表头其中的一个滚动会触发另一个滚动(通过设置 dom 节点的 scrollLeft,[onFixedScrollSync 处](https://github.com/alibaba-fusion/next/blob/master/src/table/fixed.jsx#L116-L124)),**而节点的 scrollLeft 修改会触发 onScroll 事件**,进而循环触发 onFixedScrollSync 方法,造成抖动。...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...