riQQ

Results 17 issues of riQQ

Provide a way to find new decks to play after a set release or ban. One possible option: time range filter.

enhancement
Explore

- Fix typo in LINQ chapter - Fix copy paste mistake in Meta Programming chapter - Editorial improvements in Testing chapter

Steps to reproduce: - Go to https://usebottles.com/appstore/ - Scroll down far enough so *Magic: The Gathering Arena* and the social buttons in the footer are visible - Click the down...

bug

Preparation for the move to KMP. ~150 tests are still failing. Some are blocked by bugs / missing features in Mockative, but maybe some or all of the failing tests...

Automatically mocked objects passed as constructor parameters of a mock don't get stubbed unit returning functions even though `stubsUnitByDefault` is `true`. Is this on purpose? Given a mockable type *A*...

`stubsUnitByDefault` defaults to `true` and should also affect recursive mocks. See also mockative/mockative#122

- fallback to internal constructor if no public constructor is available This works, because the mock is in the same package as the mocked type. - use the primary constructor...