wittech

Results 8 issues of wittech

is there any way to search doc like _source in elasticsearch? use "_source":['title','id','desc'] just return what we wanna. not all the fields.

c:question

icestark: { Layout: AntdProLayout, ... } ![image](https://user-images.githubusercontent.com/48845269/150266384-a87fbc3e-04ec-4b81-99c3-d8a782ff2e92.png) ![image](https://user-images.githubusercontent.com/48845269/150266461-f9d18c04-ab0b-4d60-affc-4945c883c8c3.png)

enhancement
icestark

did speedle support rbac3?

有支持ios的计划吗?

为何table设置value后会执行2次渲染?性能不太理想啊

09-03 12:37:58.989 887-1203/sdk.im.qunar.com.qtalksdkdemo W/System.err: android.database.sqlite.SQLiteException: unrecognized token: "0x01" (Sqlite code 1): , while compiling: SELECT a.'From', GROUP_CONCAT(a.MsgId) as msgIdList FROM IM_Message as a WHERE (0x01 & a.ReadedTag)0x01 and a.'From' ?...

编译源码发现libqimcommon的QIMFileManager中找不到依赖QIMImageManager: /** 上传图片成功之后会,发送图片消息 @param localImageKey 图片key @param message 要发送的消息Model */ - (void)qim_uploadImageWithImageKey:(NSString *)localImageKey forMessage:(QIMMessageModel *)message { if (localImageKey.length > 0 && [[NSFileManager defaultManager] fileExistsAtPath:localImageKey]) { //兼容以前传进来全路径的问题 [self qim_uploadImageWithImagePath:localImageKey forMessage:message]; }...