Ataul Munim
Ataul Munim
The documentation says to return all the resources for a given version if the list is empty (I wonder why the list can't just be exhaustive to save developers from...
I guess this is because of the `PERMANENT_RESOURCES_VERSION` in `LayoutRootPreview`. For previews, maybe we could increment it every time we recompose, since the purpose is rapid iteration, and it's reasonable...
I think for a "good first issue" this needs more context: - what's the problem and which APIs does this affect currently? - Are we talking only [about this function](https://github.com/google/horologist/blob/40801e6e64b55b7e0caeaba96151e8577f399afc/tiles/src/main/java/com/google/android/horologist/tiles/images/images.kt#L85)?...
I added a parameter for [`Layout*Preview` here](https://github.com/google/horologist/issues/236) to set the color, see what you think.
>So you want that library to use some (default) version that you define, but allow users to use a different version if they prefer that, right? > >By default, Gradle...
If time, we could do this with a play icon on the Film Detail screen that was dependent on the presence of a `video_player` module.
It's like that because the job is relating one-to-one with the options of the bintray-release-plugin. Since the purpose of the plugin is to release artifacts to Bintray, the flag is...
I'm not keen on >Roughly when did the work start & finish and range of Novodans working on it at any one time? and >Describe, in detail, the technical challenges...
Do we currently allow external collaborators to release? On which projects so far?
I was just reviewing one of my PRs I noticed I did something that looks weird. I have a class: ```kotlin class FeedAdapter(private val onClickHeader: () -> Unit): ListAdapter... ```...