Paul Blundell
Paul Blundell
Maybe linked to #62 I think we've got the same. ``` 05-23 15:02:12.962 28126-28126/? E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.blundell.app, PID: 28126 java.lang.ArrayIndexOutOfBoundsException: length=1; index=1 at com.etsy.android.grid.StaggeredGridView.getChildTop(StaggeredGridView.java:572) at com.etsy.android.grid.ExtendableListView.fillGap(ExtendableListView.java:1259) at...
To support 7.2 you need to copy this from the upstream fork: https://github.com/ooftf/AutoRegister/issues/1 To support AGP 8.X is the same issue as the upstream fork: https://github.com/ooftf/AutoRegister/issues/4 Android Gradle Plugin 8.X...
🌟 just some typo's. Thanks for the resource! 💯
``` { "name": "json-preview", "version": "0.1.0", "private": null } ``` ^ Put that in the code editor, select the "preview board" tab, and it falls over - screen goes blank
https://github.com/blundell/ShowcaseViewExample/blob/master/ShowcaseTut/src/com/blundell/tut/showcase/ShowcaseViews.java#L90 Change these two be 1 and 0. Or reference the real type's in the original ShowcaseView
Following the tutorial here: https://www.apollographql.com/docs/kotlin/tutorial/01-configure-project At the end of step 1 it says: > Android Studio will display a yellow banner, A project sync may be necessary for the IDE...
Readme could be expanded to explain the over arching goals of novodas opensource. How and why we give opensource code. Perhaps mention other projects we contribute to but don't own....
Following the README I have this line in my scenario: `apply-build-script-change-to = "build.gradle"` I am using version 0.16.0_1 I get the error > Unrecognized key 'my_scenario.apply-build-script-change-to' defined in scenario file...
https://github.com/agentgt/jatl/blob/master/src/main/java/com/googlecode/jatl/MarkupBuilder.java#L338 this current signature is `public final T text(String text) {` would be nice if it was `public final T text(Object text) {` and called toString internally so I can...
We are using [JobScheduler](https://developer.android.com/reference/android/app/job/JobScheduler) in our app and it seems it's flagged as a container service: `com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService` I know we can add it to the list of `appServices` but it...