Luis Cortes
Luis Cortes
This is still happening on the latest alpha release `1.3.1-alpha03` ``` androidx.test:runner:1.3.1-alpha03 androidx.test:orchestrator:1.3.1-alpha03 androidx.test.espresso:espresso-core:3.4.0-alpha03 ```
I work for a company called UniKey and we leverage Curve25519 and Ed25519 in our products. Specifically: generating Curve25519 public and private keys, Ed25519 public and private keys, computing Curve25519...
Yes we are using it in a hybrid encryption scheme. We use Curve25519 to derive shared secrets that are used in AES-128-cbc encryption.
@carranca I did some more digging around found the `view set to GONE does not get laid out and is considered to have position and size 0` test you wrote....
@carranca Thanks for getting back to me. Failed Test 1 is basically identical to `view set to GONE does not get laid out and is considered to have position and...
Have you run spotless on this branch yet?
I think what you're seeing is just [Gradle's incremental build feature](https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks) Runnning `./gradlew :lottery:verifyPaparazziDebug --rerun-tasks` should force Gradle to rerun everything and show you the output your looking for.
I don't think it's been implemented yet. I would have expected to see classes like `StickyHeaderExtension` and `StickyHeaderExtensionSpec` along with an extension function like this: ``` fun Recycler.Config.stickyHeaders(block: StickyHeaderExtensionSpec.() ->...