Josef Raska
Josef Raska
Hi, I had the same issue and I implemented some workaround with adding extra query parameter for OkReplay to record the requests separately, but not enforcing strict ordering of other...
Hi, thanks for the idea I think it makes sense to have both `assertValueHistory(T...)` and `assertValueHistory(Predicate...)` and currently there is only the first one there. I will add it once...
Hi again, I tried to implement this, the problem is since the `TestObserver` is `java` file, using the method ``` TestObserver assertValueHistory(@NonNull Function... predicates) ``` from Kotlin code requires the...
Some news with SAMs. https://blog.jetbrains.com/kotlin/2020/03/kotlin-1-4-m1-released/ I will try it out at some point :)
https://docs.gradle.org/current/userguide/build_cache.html#sec:build_cache_setup_http_backend
https://docs.gradle.com/build-cache-node/ https://github.com/burrunan/gradle-s3-build-cache/blob/master/src/main/kotlin/com/github/burrunan/s3cache/internal/AwsS3BuildCacheServiceFactory.kt
[Almost all cache hits.](https://scans.gradle.com/s/owqoklhlsd7ds/performance/build-cache?anchor=eyJpZCI6InJlbW90ZS1oaXQifQ&cacheDetails=remote-hit)
https://cloud.google.com/community/tutorials/securing-gcs-static-website
hi @chicuongle , sorry for late reply I missed the notifications. 😞 If I understand, you mean applying different set of rules for different sets of modules? - I can...
Hey, I will close the issue for now - please if there is more to follow up, reopen the issue. Thanks