Pedro Gómez
Pedro Gómez
I'm working on a project which project file has ``38749`` lines. I executed Kin when I messed up resolving a conflict on a project file and it saved my life...
We've already implemented an awesome feature to be able to easily use a loading view. To be able to do something similar with the empty cases we need to replicate...
Improve documentation about how to run Shot tests from Android Studio. We can use [Robolectric's docs](https://dagger.dev/hilt/gradle-setup.html#running-with-android-studio) as a reference.
Time ago, Espresso core deprecated ActivityTestRule in favor or the ActivityScenario feature which is way more flexible. We should provide proper support for this new API ensuring at least one...
In order to improve the library usage we have to add a new capability to the library, to be able to configure the expand/collapse direction from the layout configuration.
With the current implementation you have to downcast the view holder to be albe to use it inside bind methods. We should parametrize the class with generics to avoid that...
During the last training some attendees found dependency management errors due to the espresso version. We should update to the latest one before the next training.
When using Quill from Chrome Android app, samsung pen feature named "s pen to text" doesn't work. It doesn't let you introduce text with the stylus. However, it works if...
Hi! First of all, thanks for the awesome library. It's really helpful!! I'm trying to build an editor that renders content as part of the canvas once you are done...
Hi Saul! Thanks for your time to prepare this article and this repository!! I'd like to comment some things to know your opinion: In this article you use "domain" and...