RowanG1

Results 12 comments of RowanG1
trafficstars

Try zooming in on the image before running ocr - minimal crop around text part of image.

I also get a blank result. Even when I try Google Chrome on desktop in windows.

I had to do this: tools:replace="android:allowBackup"

Brilliant, thanks. I updated as follows: `from torch_lr_finder import LRFinder as PytorchLRFinder`

> @rkittinger @hao-li @ThomGru Make sure that when you added your ButtonBarView to your Storyboard that you added a **UICollectionView** and **not a plain UIView**. Even if you set the...

I have implemented the docker image approach on gitlab pipeline, and have set the danger token via DANGER_GITHUB_API_TOKEN, but I get this error message when running `danger-kotlin ci`: ``` $...

Instead of using gradle, just download the code, and introduce the following method in StateMachine class: fun setState(state: STATE) { stateRef.set(state) }

I have precisely the same crash, and also Nexus 5X Android 8.1.0. Also cannot re-produce on emulator. Realm version: io.realm.kotlin:library-base:1.16.0

Looking at the code, this line appears to be the issue: https://github.com/vanpra/compose-material-dialogs/blob/8c45e66933d50a782a91c85e766000ecdd6d649f/datetime/src/main/java/com/vanpra/composematerialdialogs/datetime/util/Extensions.kt#L32 instead of: `this.getDisplayName(java.time.format.TextStyle.FULL, locale)`

Solution: Install the visibility_detector package also, via: https://pub.dev/packages/visibility_detector Then at the start of your widget test, add code: VisibilityDetectorController.instance.updateInterval = Duration.zero;