iCloudys
iCloudys
### Bug Description 正常按照教程搭建好客户端和服务端,如果直接使用服务端ip:端口号上传文件没问题,如果在服务端安装了nginx并且配置了proxy_pass 到本机的端口号,则上传超过7m会报502,并且log_level=trace没有日志信息 ### frpc Version 0.43.0 ### frps Version 0.43.0 ### System Architecture linux/amd64 ### Configurations frps.ini ``` [common] bind_port = 223 log_level=trace ``` frpc.ini ``` [common]...
### 🐛 Question description [Please make everyone to understand it] ### 💻 Link to minimal reproduction Please provide a link by forking these links [g2plot](https://codesandbox.io/s/g2plot-reproduction-template-gyej1) or GitHub repo. What is...
非常大的建议
BRResultModel 最好重新isEqule方法,使用key 来判断
Why listen for "handleresize" on line 476 instead of move ? `addEvent(document.documentElement, eventsFor.move, this.handleResize)` This listener is removed at line 783 `removeEvent(document.documentElement, eventsFor.move, this.handleResize)`
## Environments * Framework name:moveable * Framework version:2.0.0-beta.4 * Moveable Component version: * Testable Address(optional): ## Description How to deal with multiple 'moveable' in a page, and the 'target' can...
**描述bug** UITableView使用scrollToRowAtIndexPath方法后,底部的footer漏出来了,但是稍微滚动一下屏幕就恢复正常了,这里是最小Demo,直接运行到模拟器等待3s即可自动复现 [MJFooterDemo.zip](https://github.com/CoderMJLee/MJRefresh/files/13838988/MJFooterDemo.zip) **必现/偶发?** 必现 **怎么样重现这个bug** 1. 显示哪个页面 直接运行提供的demo就行 3. 点击哪个位置 等到3s,会自动触发bug 5. 滚动到哪个位置 6. 发生了什么错误 footer漏出来了 **你期望的结果是什么?** 期望footer不要漏出来,和正常滚动一样 **截图** 如果有必要的话,请上传几张截图 **运行环境** - iPhone6 - iOS8.1 - Xcode10 **额外的** ![Simulator...