Gemini Wen
Gemini Wen
We can use [bintray](https://bintray.com/) instead of maven central in build.gradle just use `compile 'com.daimajia.xxx:library:version'` like my http library `org.geminiwen.android.httpengine:library:1.10.0'` :-D bintray plugin example as follow https://github.com/bintray/bintray-examples
The following screencap command works fine on My Device.. ``` class ScreencapCommand extends Command execute: -> this._send 'shell:screencap -p 2>/dev/null' @parser.readAscii 4 .then (reply) => switch reply when Protocol.OKAY @parser.raw()...
+1 I'll try this way or wait for your updates :P
Hi, I checked this issue on Mi 4 LTE (Marshmallow 6.0.1), It execute screencap command must be transformed by Linetransform. And execute 'shell:echo && screencap -p 2>/dev/null' to check 0x0a...
返回不同的Observable模板: 比如一个Observable和一个Observable ``` java Observable.zip(mRxUserPresenter.mineInfo(), mRxUserPresenter.stat(), (m, s) -> { handleUserInfo(m); handleUserStats(s); return Observable.empty(); }) .subscribeOn(Schedulers.io()) .doOnSubscribe(() -> mContentProgressBar.setVisibility(View.VISIBLE)) .doOnTerminate(() -> mContentProgressBar.setVisibility(View.GONE)) .subscribe(r -> {}, this::handleException); ``` 我是这么用的,有没有谁有更好的方案
@lincleejun 谢谢!!!!我要的东西!!!
@jackTang11 我今天早上踏过的坑, 你在调用`subscribe()`的时候,千万要注意自己是在什么线程里,因为它和你的`doOnSubscribe`是在同一个线程执行的,也就是说,如果你`subscribe()`在非主线程,那么在`doOnSubscribe`做UI的操作就会crash...
你是指gm-editor中的问题。。。还是atom-shell(现在不应该这么叫了= =) 的问题。。。?
收到,额,这问题很神奇,我先排查,能麻烦再给点详细信息嘛? 就是 随便滑一下就能滑上去?
感谢反馈,正在考虑进行这部分的改进