Results 14 comments of 0zcl

> If I understand it correctly, the Upload module is designed so that (with the default behavior `leavePartsOnError=false`) if one part fails to upload, the whole upload will finish but...

> I think it will auto retry, see [#2311 (comment)](https://github.com/aws/aws-sdk-js-v3/issues/2311#issuecomment-939413928) when i upload video using @aws-sdk/lib-storage and set "leavePartsOnError: true". During the upload process, i set network unconnect. as follow...

> @0zcl嘿,伙计,你解决问题了吗? no, I can not set retry times. Although does not affect the use

同问。也可以doValidation:false 关闭检验

看了下源码 ``` // mescroll-uni/components/mescroll-uni/mescroll-uni.vue组件 // 使用created初始化mescroll对象; 如果用mounted部分css样式编译到H5会失效” const sys = `uni.getSystemInfoSync() vm.mescroll.setBodyHeight(sys.windowHeight); ``` 由于 在created初始化对象。 在IOS16版本 &&竖屏的小程序A时,sys.windowHeight 其实是宽度

https://developers.weixin.qq.com/community/develop/doc/0002ee8ce94820355b5f80d8b51000?highLine=created%2520windowHeight 如果开发者请求wx.getSystemInfoSync().windowHeigh的时机很早,早到视图都没有布局完成,我们会返回一个经验值;布局完成后再请求wx.getSystemInfoSync().windowHeigh,这时我们会返回实际值。经验值和实际值可能会有出入 https://developers.weixin.qq.com/community/develop/doc/000ea808414a8885534d0bf7b56c00?highLine=created%28%29%2520%2520windowHeight

@Leotw @rni-l @cuteCloud @Skura23 大大们,看着在微信小程序中 在created初始化对象 sys.windowHeight 是有问题的,看看可以对小程序特殊处理,在onReady初始化吗,或者其它方法

快3年了,也没人迭代

![image](https://user-images.githubusercontent.com/26007970/220854149-6ff692c9-9bfa-4966-8b38-f3cfcf00ba3c.png) 看着库有bug! @1647229629 @wYuJian 改成:this.config = Object.assign({}, config, option); 即可