Vitor Hugo Schwaab

Results 19 issues of Vitor Hugo Schwaab

**Is your feature request related to a problem? Please describe.** When displaying a list of images in fullscreen, It seems a lot of users don't notice that you can scroll...

enhancement

## How it currently is The badge can only have a solid color. Which looks OK when it matches the background color. ![grafik](https://user-images.githubusercontent.com/9389043/95996458-fa92a400-0e32-11eb-85e8-8646135062f7.png) ## How it could be The badge...

enhancement

By using the ObjectAnimator [when animating map markers](https://github.com/sharewire/google-maps-clustering/blob/64d274daa934cd89deb567495e27a6f73242df21/library/src/main/java/net/sharewire/googlemapsclustering/ClusterRenderer.java#L195), the variable name `position` gets obfuscated for release, crashing the app. ```kotlin private void animateMarkerToLocation(@NonNull final Marker marker, @NonNull LatLng targetLocation, final...

**Is your feature request related to a problem? Please describe.** When opening iDEAL Spinner, the "IGN" bank (or whatever is in the first entry of available banks) comes pre-selected by...

Enhancement

As seen in [KT-50138](https://youtrack.jetbrains.com/issue/KT-50138/Add-median-to-stdlib). Although figuring out the median is trivial when the numbers are sorted, it is not that straight-forward to do it in a performant way when the...

Standard Library

Fixes: - #4975 - #3743 - #4618 - #5001 ----- ### Proposed solution By modifying the `QueryGenerator` to make sure all child classes have access to `tablesUpdated()`, and centralising the...

### SQLDelight Version 2.0.1 ### Application Operating System Android, JVM, Native ### Describe the Bug Take the following grouped statements: ```sql updateUser { UPDATE User SET name = ? WHERE...

bug

This works on JVM and Android, but fails on iOS. ```kotlin interface SomeInterface { suspend fun doThing() } @Mock val mock = mock(SomeInterface::class) @Test fun givenItWasNotExplicitlyStubbed_whenInvoking_thenShouldReturnUnitByDefault() = runTest { coEvery...

There's a lot of boilerplate from before Kotlin 1.9.0 still remaining in the project. This can be removed and it can be setup using the default [Hierarchical Project Setup](https://kotlinlang.org/docs/multiplatform-hierarchy.html). ![grafik](https://github.com/mockative/mockative/assets/9389043/cc90b496-ac11-4bbc-bfd2-405def50950d)...

Starting on Mockative `2.2.0`, I'm facing this issue when running `kspDebugAndroidTestKotlinAndroid` ([here's the codebase I'm running it on](https://github.com/wireapp/kalium/tree/chore/upgrade-to-mockative-2.x)). ``` > Task :logic:kspDebugAndroidTestKotlinAndroid FAILED e: [ksp] java.lang.IllegalStateException: Required value was null....