Michał Z.
Michał Z.
Ok :) Eventually I will try contribute by adding this if I will have some time.
Where should the APK be downloaded from? And how do we know there is a mapping file inside it?
Should this be a separate command that extracts the mapping and saves it on disk or an additional flag that can be used with `analyze` command?
Hey I also had this issue on Huawei P9 running Android 7.0. ``` Fatal Exception: java.lang.IllegalStateException CameraInstance is not open com.journeyapps.barcodescanner.camera.CameraInstance.validateOpen (CameraInstance.java:181) com.journeyapps.barcodescanner.camera.CameraInstance.requestPreview (CameraInstance.java:169) com.journeyapps.barcodescanner.DecoderThread.requestNextPreview (DecoderThread.java:129) com.journeyapps.barcodescanner.DecoderThread.decode (DecoderThread.java:173) com.journeyapps.barcodescanner.DecoderThread.access$000 (DecoderThread.java:22)...
Not sure why FTL tests are failing on CI, `connectedCheck` and `buildOnServer` are passing for me locally.
Pinging @yigit @danysantiago @droid-wan-kenobi
Looks like Room is getting a huge Kotlin rewrite right now so it may not be the best time for such contribution?
@consp1racy it's reproducible using Material Catalog sample app.
Yeah, `inline` doesn't work too. I think the `__LINE__` is replaced with a line number at the moment when the `test` function is declared. the compiler detects the `__LINE__` property...
Yes, I agree that this is a drawback. But on the other hand, Cite in its current form is quite static. It replaces the line numbers statically, you can write...