Antonio López Marín
Antonio López Marín
You can cancel an individual AsyncController if you create it with an identifier. ```kotlin val key = "key" key.async { ... } ... //to cancel key.async.cancelAll() ```
And could we have access to the `YPCropView`? I think it could be interesting to be able to access to the crop view separately
Okey! When do you have seen that about Maybe and Either? @Cotel good job ❤️
INMO having this kind for flag/config for now it could be a nice to have in the meantime you are adding more complete features as `ignore patterns` and `zero-config` features....
Yes, I like the idea of place the snapshots folder into the test folder. 👍
I will review it before creating my PR to not be influenced by this.
Not yet, I want to work on it!
I think it is helpful because we want to have those variables even in iOS and Javascript, the idea is to have the same `BuildConfig` we have in Android but...
I reopen the issue because it could be interesting to create a way where you can create BuildConfig from env variables for Continuous Integration / mixing secrets with hardcoded values....
@geftimov I'm working on this issue, finally, the first approximation to resolve this issue, You'll be able to select different configuration profiles for debugging, production, ci, etc. With adding a...