davissuber

Results 7 comments of davissuber

When using RIBs with [simple-store](https://github.com/uber/simple-store) - it's quite reasonable to use the lifecycle provided by RIBs to manage simple-store (or any other resource that can only be opened once and...

An update: we are able to repro the issue and it does seem that this ordering of children outliving the parent is creating problem for unsuspecting developers who binds an...

> Has this been verified in the Uber monorepo? Tests passed and apps worked? No, not yet - was creating this pull request to collect information on whether to do...

Update: After smoke testing with Uber's big apps, decided to limit the change to only move the "detach self" ahead of "detach children" and leave the "will detach" position untouched

What does your `init.gradle` say? (Typically located at `~/.gradle/init.gradle`) One may need to add a `allowInsecureProtocol = true` to that file

Code looks great; could we add a test?

Some extra investigation notes regarding the room-compiler-processing library: * the version are on `2.6.0-alpha02` is [closer to the latest version](https://androidx.tech/artifacts/room/room-compiler-processing/) `2.6.1` than I originally thought * there aren't that much...