donaldchai
donaldchai
Amendment: When "Toggle Display" is selected on either machine (and "Bluetooth follows Display" is enabled), Bluetooth should be disabled immediately instead of waiting for the next {-,+}TDM event. This should...
> But you can use screen sharing to control your iMac and never need to switch to host. No, I cannot, due to my particular VPN setup. Hence the requirement:...
Thank you for the link. I've verified that Bonjour Browser works when my VPN is enabled, but Screen Sharing works if and only if the VPN is off. This makes...
> is it expected that the libC_resource.jar output is given as an input to ALL upstream targets? Unfortunately, yes. With regular Java code, I expect "interface JARs" (ijars/hjars) containing declarations...
I'm a bit wary of referencing resources with fully-qualified names of R classes, since that's not done in XML. (And switching to that model for XML will cause problems.) FYI,...
I think it's reasonable to allow disabling resource merging with an experimental option. It's worth being explicit that this (as well as `android_resources_strict_deps`) can surface ODR violations on R classes...
Another note, the test I was starting from looked more like this: ```kotlin @get:Rule(order = 1) val activityRule = ActivityScenarioRule(AppCompatActivity::class.java) @get:Rule(order = 2) val composeRule = createEmptyComposeRule() private lateinit var...
It looks like my first test fails on an emulator as well. I guess the main difference is that `GlideComposeRule` uses `GlideIdlingResourceInit`?
I didn't notice this (or the several bugs filed starting with https://github.com/bumptech/glide/issues/5256), but I think https://github.com/bumptech/glide/pull/5499 subsumes this?