Fadel Trivandi Dipantara
Fadel Trivandi Dipantara
I also having this issue, `diffuse diff --aab` does not work ``` diffuse-0.1.0-binary.jar diff --aab old.aab new.aab ``` [diffuse_aab.log](https://github.com/JakeWharton/diffuse/files/6375510/diffuse_aab.log) It seems like it tries to displays binary instead of diff...
Thank you so much for checking this and also detailed explanation. > Problem is, that hidden filter is in the defaults and right now that's a bit harder to circumvent....
I've tried the workaround but it seems that simplecov now also includes all the libs on root `.rvm` directory, maybe the filter is there for a good reason **Edit**: I...
@bsutton that's great, and I think it will be great if it can also be integrated to this repo as tool like `unpub_auth` cli But I'd like to ask, how...
Here's the current workaround, can run after modifying `String?` to `String` on https://github.com/bytedance/unpub/blob/54742c625d5b4820e353e62be298157c830ebc2f/unpub/bin/unpub.dart#L16 & https://github.com/bytedance/unpub/blob/54742c625d5b4820e353e62be298157c830ebc2f/unpub/lib/src/app.dart#L103
> This doc is misleading. Espresso driver does not support files in .apks format. I've created a PR to actualize the README is there any plan in the near future...
Now we also have chrome apps for youtube music
Hi I'm having this problem too, I'm using version 5.4.3 top crash device Samsung Galaxy Note2 (t0lteskt), 2048MB RAM, Android 4.4 at com.github.amlcurran.showcaseview.ShowcaseView.updateBitmap (ShowcaseView.java:214) I think this is because of...
I'm having exact same issue, I can exit from app after logout and reset the stack in android with BackHandler, ``` BackHandler.addEventListener('hardwareBackPress', function () { BackHandler.exitApp(); }); ``` But when...