Rohan Dhruva
Rohan Dhruva
Adding extensions for Android will allow some often-used assertions to be shorter and more idiomatic. For example, we could have: ```kotlin expect(view).isGone() ``` instead of ```kotlin expect(view.getVisibility()).isEqualTo(View.GONE) ``` A good...
### Description For this bug, you should only have one podcast episode (say "A") currently playing, with nothing else in the playlist. Pause that episode. Then, if you get a...
This is a proposal PR that changes the `ApolloCacheInterceptor` flows to wait for the cache writes to complete before completing the flow. This is typically only useful when using `writeToCacheAsynchronously(true)`,...
### Question We use asynchronous caching for almost all our operations. Are the cache writes vs subsequent reads guaranteed to be consistent or locked when using asynchronous caching? So for...
### Use case Since `ApolloResponse` changed to being a standard `class` (I think it used to be a `data class`?), the `toString()` now is not very useful because it prints...
### Use case For the auto-generated files that correspond to an `Operation`, we currently have no way of identifying whether this operation uses `@defer`. Would it be possible to add...
Hi, Your driver works really for brightness control on my laptop. I prefer to use the nouveau driver, instead of the proprietary nvidia driver. In this, however, brightness control does...