alonalbert

Results 11 issues of alonalbert

More specifically, they do not work unless the container is running in host network mode. The problem seems to be that the PlotlyServer baseUrl is using a hostname that is...

feature

Instead, just log. https://youtrack.jetbrains.com/issue/IDEA-269193

For a bitmap created with `ARGB_8888`, the method `copyPixelsToBuffer` behaves differently in Robolectric `@GraphicsMode(NATIVE)` that it does on a device. Each pixel is represented by 4 bytes in the output...

All Android Tool Windows that are defined in the Android Plugin should be defined as `` and protected with an appropriate `LibrarySearchHelper` based on their scope.

Add a way to run Kotlin debugger tests an an ART VM. At least for now, this will only be possible inside Google since it depends on an internal repo....

Extract an interface that will allow Android Studio to inject a class that will handle ART VM debugger dependencies. The interface is agnostic to ART. It should work for any...

Android Studio project is experiencing flakiness in tests due to ExecutionTestCase: ``` assertEquals("No ignored errors should happen during execution tests", 0, errorLoggingHappened); ```

Allow code to specify required dependencies. Dependencies are specified by adding comments like: ``` // dep: androidx.collection:collection-jvm:1.5.0 ``` In the source file.