Angus Holder
Angus Holder
Please provide a standard way to override the app's Locale in tests. Main use cases for me are testing against a given language translation, and for tests on screens that...
Add `DotsIndicator.attachViewPager2(ViewPager2)` method to allow dots indicator to be used with ViewPager2 as well. I added viewpager2 as a `compileOnly` dependency, so people who don't use `attachViewPager2` won't have `ViewPager2`...
If we have Java 8+, `java.lang.reflect.Parameter.getName()` can enable clearer error messages that use the parameter's name instead of its index, eg: Body parameter value must not be null. (parameter 'body')...
SQLite allows defining functions to have any number of arguments, by passing in numArgs = -1 when defining the function, then when called asking how many arguments were passed in....
Searching the accounts admin page fails for me because it can't resolve `userprofile`. I can't find any reference to `userprofile` or `subscribed_userprofile` in the project, can these search fields be...
I added overrides for TypeSafeMatcher.describeMismatchSafely() to improve the error messages that Barista gives when the assertion fails
### Problem Statement In Sentry Performance, when I look at the queries list in a performance event of an API view, the `view.render` event always begins with a few of...