Mounir
Mounir
I agree. It would be great and very useful
One use case I have is I have a backend where I have to wait for 5 http api calls. I would love to be able to zip them all...
@elizarov Yes it does apply to my use case, and to be honest, That's what I've been using so far. I've been using zip(flow1, flow2) when I wrote a redux...
By the way, if we apply a background to the style, the button does not respect the material button specs. There is no elevation despite the attribute in the xml...
For what it's worth, we have the exact same problem. We're on localstack docker image v1.2.0 and we do have our LOCALSTACK_API_KEY setup. here is our docker compose file ```yaml...
They embed the android studio renderer and rely on it to render views as images without requiring an emulator
@malbanese If you want multi platform dependency injection support, you can use [kotlin-inject](https://github.com/evant/kotlin-inject) which works very similarly to dagger