musicode

Results 29 issues of musicode

how to show a break line? I want container have a litter padding, but has no effect with paddingVertical.

![image](https://user-images.githubusercontent.com/2732303/78004815-3e2d3100-736d-11ea-9561-b71edf173ec9.png) 我的需求是上传 devDebug 和 devRelease 版本,最好是提供一个参数,类似 RN ``` react-native run-android --variant=devDebug ```

feature

安卓成功了,ios 失败,信息如下: ``` error: exportArchive: exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one of {Development, Production}, but no value was provided Error Domain=IDEFoundationErrorDomain Code=1 "exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one...

bug
good first issue

source ```js define('common/a', [ 'require', 'exports', ], function (require, exports) { return { name: '' }; }); define('common/b', [ 'require', 'exports', './a' ], function (require, exports) { return require('./a'); });...

2000 多 star 的项目难道从此不维护了吗?

![image](https://user-images.githubusercontent.com/2732303/28956095-67bd5114-791d-11e7-964f-a6493091c776.png) 1. 当没有更多历史消息时,可禁用下拉刷新 2. 图片框的圆角大小可调节 3. 头像支持圆角,并可调节大小,方便实现圆形头像 4. 消息的气泡是否可以**默认**稍微好看些,比如参照微信的气泡颜色,我理解大多数情况下对改气泡都没有需求(还能怎么优化呢...) ![image](https://user-images.githubusercontent.com/2732303/28956249-49acb1b4-791e-11e7-87ce-01ca3ae6b460.png) 这个蓝色太辣眼睛了... ![image](https://user-images.githubusercontent.com/2732303/28956273-675122ea-791e-11e7-853f-c4470be87613.png) 5. 输入框支持自动增高,可配置最大行数 6. 下面的四个按钮,支持修改图标(用图片也行,只要能修改...) 谢谢这个库带来的方便~

enhancement

版本:7.2.1 ``` 2019-06-21 11:31:49,098 ERROR 14137 nodejs.ResponseTimeoutError: Response timeout for 120000ms, POST http://upload-z2.qiniup.com/mkblk/3647951 -1 (connected: true, keepalive socket: false) headers: {} (uncaughtException throw 1 times on pid:14137) headers: {} (uncaughtException...

我从 4.3.1 版本升级到 5.0.0-rc.6 版本,运行环境为 react-native,碰到几个问题,想咨询一下: 1. 调用 `realtime.createIMClient` 方法后,报错如下: ``` Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is...