kai cheng

Results 12 issues of kai cheng

刚用fish redux不久。 看了下文档,也简单的用Adaptor实现了一下一个列表。请问Adaptor是通过什么样的方式带来的性能提升呢,希望增加点具体的文档和说明。 还有,如果是普通的一个列表,有必要用adapter么? 还有关于Widget和Component,很多情况不知道到底该封装成什么。是不是交互性不多(用于展示的值不改变)的直接封装成Widget就行了,交互性比较多的才用Component ? 希望得到回答,谢谢..

I have a state. There are two attributes `apples` and `blueApples`. When the `apples` changed, I want to trigger filter `apples` to set `blueApples`. How can I do it in...

It doesn't support steam totp now. Will you support it ?

**描述bug** 当self.navigationItem.searchController = searchController时候,正在加载的时候,上滑动tableview导致崩溃。 如下几个函数造成死循环 `` - (void)setMj_insetT:(CGFloat)mj_insetT - (void)resetInset - (void)scrollViewContentOffsetDidChange:(NSDictionary *)change - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context ``` **必现/偶发?** 必现 **怎么样重现这个bug** 下拉刷新 **你期望的结果是什么?** 不崩溃 **运行环境** -...

bug

I write code as below : ``` self.ivIcon=[[UIImageView alloc] initWithFrame:CGRectMake(20, 20, 80, 80)]; [self.view addSubview:self.ivIcon]; self.lblTitle=[[UILabel alloc] initWithFrame:CGRectMake(0, 0, 200, 12)]; [self.view addSubview:self.lblTitle]; RCLAlignment(self.lblTitle)=@{ rcl_top: self.ivIcon.rcl_frameSignal.top, }; ``` I get...

question

在npm install 后, 在require 的时候会报 `super expression must either be null or a function not undefined` 错误!

`目前苹果针对马甲应用采用软暴力,疑似应用全部无限等待审核中。。` 对于这种情况,这个工具还有解么? 貌似混淆也没用了,大佬目前使用情况如何?

I refer to the document of framer. I can't find `force2d` property. I want to masking the parent layer. I don't want to use `clip` property.because I want to scale...

I use it in swiftUI. But I found the `.frame(width: height:)` not work. How to change the size of the Recorder?

enhancement
help wanted