David Stocking
David Stocking
I love removing boilerplate and having better code and Henson is really nice for Activites, but for Fragments you are still left making your own .create() static method or a...
I would love to stop working on sick-stache and couch-tatertot, and merge them into one final client. No html5 quick app BS, just the one last android client you would...
Include a help activity for FAQ and also include a link to the issues on GitHub and an email address to email me.
The Kotlin stdlib provides `filterIsInstance` for Array and Iterable with an inline and non inline version (aka with Class). Flow does not include the Class version. This seems inconsistent and...
With mockito when you do a verify and don't match anything, it will list out other calls like if the arguments don't match it says. ``` Argument(s) are different! Wanted:...
What version are you currently using? Arrow Core 1.0.1 What would you like to see? It looks like when the new git repository was made. partials.kt's invoke function was not...
I wanted to use the version of `combineLatest` that takes an array/iterable. The only problem is that it gives you a `Array` which wasn't very useful. I thought it was...
Ok so this is a weird one and I am pretty sure it probably also happens when reading but I don't know for sure because I couldn't find a good...
Seems like Java 8 changes how generic arguments are resolved and now there is no type safety when using assertThat. `assertThat(1, is("abc"));` This now compiles and will fail at runtime....
**Summary** `runTest` is hard coded to advance time and it would be nice to make that configurable. **Use case** I am writing tests that involve the a Postgres database and...