YorkYu

Results 25 issues of YorkYu

Because AdapterViewFlipper has an internal adapter, which we can easily implement it with lot of modification. In the same time, I think AdapterViewFlipper might manage the reuse of view. Could...

## 问题类型 Feature Request ## PicGo的相关信息 Mac 2.2.2 ## 问题重现 ![](https://cdn.jsdelivr.net/gh/ysmintor/ImgRepo/img/20200305133042.png) ## 功能请求 PicGo-Server 支持表单上传,目前只支持 JSON 上传,表单上传可以配合 MWeb 图片上传! ---

feature request

看了你的系列文章,获益非常大。但有些比如说Retrofit2图文上 传的地方你写的部分在实践中有些问题,留言都没有回复,可以讨论一下。不知道你的时间是不是比较紧,希望可以查看一下回复的问题。

调试查了几小时发现出问题在这个地方 ```java @Override public boolean dispatchTouchEvent(MotionEvent ev) { switch (ev.getAction()) { case MotionEvent.ACTION_DOWN: downX = ev.getX(); downY = ev.getY(); //如果滑动到了最底部,就允许继续向上滑动加载下一页,否者不允许 getParent().requestDisallowInterceptTouchEvent(true); break; case MotionEvent.ACTION_MOVE: float dx = ev.getX() - downX;...

@hongyangAndroid AdapterDelegates听说要升级到3.0了,现在baseAdapter已经采用了AdapterDelegates来实现,那么应该如何处理不同viewtype的decoration呢?

没有运行的配置吗?

### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation @yuzelin 由于我们采用整库同步,单个 topic 里存在多个表,CDC采集侧也不受我们控制,受限于整体的数据量大,其中仅有极少数CDC的update数据有before前项。 我们惊奇发现 [Apache Paimon changelog producer](https://paimon.apache.org/docs/master/primary-key-table/changelog-producer/),因此想要同步至 Paimon ODS 中采用 lookup...

enhancement

### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I want to achieve synchronization between MySQL databases, and there...

stale

相当于是FrameLayout了,这样在Actvity的xml中直接使用。内容直接加载是子view中,成功就显示,不成功就显示错误等等,相当于是成功后数据就显示。 目前这样做的话,子view没有给覆盖,在loading时会显示xml布局中 PageStateLayout 下的内容。