Jake Wharton
Jake Wharton
I don't think we'd want to change the amount based on device (automatically at least). We've trained our testers who are not the most tech-savvy individuals about the two-finger gesture...
If you return a `ByteIterator` it doesn't box! https://kotlin.godbolt.org/z/P5rqb8vx7 I forgot Kotlin has these iterator specializations. We of course never had access to them in Okio historially since it spent...
Workaround for now: ```groovy // TODO workaround for https://github.com/facebook/screenshot-tests-for-android/issues/74 configurations { androidTestCompile implementation.extendsFrom(androidTestCompile) } // TODO move this back up to the top of the file once the above issue...
In a test module, the runtime dependency is added to androidTestCompile instead of compile.
Somewhere you dropped an "optionally" from your feature request, right? Almost no one will want to use this as it destroys the ergonomics of the API and few will be...
Not at present. A quick way to work around this is to debounce the notifications by, say, 100ms. On Wed, Jun 8, 2016 at 12:06 PM Martin Perebner [email protected] wrote:...
The groupId is defined in the root `gradle.properties`. The package name of all types will need to switch to a "3".
What's different from #134?
The animal sniffer tool can do this. On Wed, Apr 12, 2017, 9:17 AM Morgan wrote: > It would be extraordinarily useful if retrolambda spit out a warning if >...
Yeah I don't think it needs to be dynamic. I'm okay with two publications targeted at the two repositories but sourced basically from the same tasks. One would only build...