Stuart Kent

Results 28 issues of Stuart Kent

https://github.com/palantir/gradle-baseline

enhancement

e.g. by assigning explicit inputs/outputs so tasks can be marked as up-to-date; https://docs.gradle.org/3.5/userguide/build_cache.html

question
code
difficulty-hard

![screen shot 2016-07-05 at 10 36 15 am](https://cloud.githubusercontent.com/assets/6463980/16588290/7238a368-429c-11e6-8fc6-43e4d3ddef63.png) **Expected**: comments reported as applying to SHAs 3623c3b then 005ef31. **Actual**: comments reported as applying to SHA 005ef31 both times. An improved...

bug
question
code
difficulty-medium

I'm not sure whether Gnag would be able to compute violation line numbers if a project's lint configuration set [`absolutePaths`](https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.LintOptions.html#com.android.build.gradle.internal.dsl.LintOptions:absolutePaths) to true. We should investigate this and report back here.

enhancement
question
difficulty-easy

See https://github.com/btkelly/gnag/pull/82#issuecomment-222986082 Possibilities we've talked about: - tagging all Gnag comments, and using this tag to identify and delete previous comments as part of the report task;

enhancement
code
discussion
difficulty-medium

We have: https://github.com/exercism/problem-specifications/blob/master/CONTRIBUTING.md and https://github.com/exercism/docs/tree/master/contributing-to-language-tracks which cover similar ground but were obviously written separately. Is one of these considering more definitive than the other moving forward? Which resource should tracks...

When Espresso `Intent`-matching fails to find a matching intent, it prints an error message: https://github.com/android/android-test/blob/f7d881ad2f36cb045cb2ec6da13cf0ec198c606f/espresso/intents/java/androidx/test/espresso/intent/VerificationModes.java#L56-L57 that includes string representations of all expected `Intent`s and all recorded `Intent`s. Currently, this error...