Alexander Zlatin

Results 13 issues of Alexander Zlatin

I wanted to confirm expected default behavior for robolectric that seems to be undefined in the documentation at http://robolectric.org/ Specifically, with the paused looper mode, what is the expected behavior...

### Describe the bug Java Throwables support adding suppressed exceptions via Throwable.addSuppressed. These suppressed exceptions are not shown (and likely not uploaded) in the bugsnag UI. ### Steps to reproduce...

feature request
backlog

Unfortunately (though it's WAI with open source), a lot of great open source apps end up being exploited by people to make a quick buck by rebranding them and then...

packaging

I occasionally see "un" (the first two characters of "undefined" being rendered. A simple test-case is "[O-2]". Not sure if this is a bug due to some typo and using...

## Expected Behavior Enabling gradle workers in the Detekt Gradle should be a functional no-op. `ignoreFailures = true` should result in no failures even when there are violations. ## Observed...

bug
gradle-plugin

## Expected Behavior It should be possible to configure the detekt tasks in such a way as they can be cached in CI or one machine and then get a...

bug
gradle-plugin

### Description After upgrading to 4.15-beta and 4.15 final (the issue did not occur in 4.14), we sem to see a weird infinite window inset animation + recomposition with compose....

I use ShadowCloseGuard to ensure objects are properly closed. If the code under test calls `android.media.RemoteDisplay.startListening` usually via `android.hardware.display.DisplayManager`, it calls `mGuard.open("dispose");` but there is no way to dispose, it,...

The code here: https://github.com/robolectric/robolectric/blob/87c18517590f97ab949b214a5536f22f1ffcb1d0/robolectric/src/main/java/org/robolectric/android/internal/LocalUiController.java#L49 creates an unnamed threadpool, which makes it hard to programatically check all running threads and make sure they are on an allowlist. It would be nice...

starter issue

Currently, it is only possible to control scaling/final image size via a scaling factor. This makes it hard to have a single good/default scaling factor for multiple sizes of snapshots....

contributions welcome