Sergio Gutiérrez
Sergio Gutiérrez
We should be checking that so that we don't throw NPEs
In the latest versions of Dexter we had some crashes caused by NPEs. We have to evaluate the cost of creating a monkey runner test that runs the sample app...
There are a lot of problems in `pbxproj` files and most of them are always the same! We could handle the most common ones with Kin by using the parser...
I'd like Shot to tell me if it finds some reference images that are not being used while running it. When you decide to rename your tests it often leaves...
Creating the most simple divider implies creating tons of intermediary classes. We should make the gap for starters as small as possible and let the user decide when to learn...
Add a method to flush the cache of dividers in order to react to data changes.
Add a few composable selectors like: - **AndSelector** that performs the drawing only if two or more provided selectors affects that cell. It will draw the intersection of all the...
Instead of the plain simple top-to-down & left-to-right approach we can make the drawing strategy configurable and add modes as every cell drawing half of its dividers or start drawing...
Hi, I was just wondering how hard is to implement/expose some sort of mechanism to be able to create idling resources that wait for the coroutines to finish. I can...