Louis CAD
Louis CAD
Hello, I use the `transformLatest` function a lot in my business logic, and I'm wondering why it's still marked as an experimental API while the other `xxxLatest` operators are not....
Hello, I keep seeing this suspend functions racing use case being asked on Kotlin's Slack, and I personally need it quite often as it suits many needs in "coroutines-heavy" code....
I think updating [the Javadoc website](https://square.github.io/retrofit/2.x/retrofit/) is missing in the releasing process.
Hi, I know `BaseObservable` checks for the calling thread to be a Looper thread, but I'm wondering if there are real use cases where this thread would not be the...
Hello, are there any plans to support Google Cloud soon, just like AWS and Microsoft Azure?
If it doesn't introduce regressions, it'd be great to have that because it'd allow to have subclasses of a component (e.g. because you need different metadata in the `AndroidManifest.xml` file),...
Kotlin being now installed by default on GitHub Actions runners, we can save precious seconds installing it.
When that case will happen, less than a year from now, it's important that it is not considered as requiring new commits, but instead walks me through these steps: 1....
This is currently not released in a stable version of Material Components. Relevant doc: https://github.com/material-components/material-components-android/blob/master/docs/components/Switch.md Draft: ```kotlin // SwitchMaterial inline fun Context.materialSwitch( @IdRes id: Int = View.NO_ID, @StyleRes theme: Int...