Marek Hlava

Results 14 comments of Marek Hlava

useful especially for StaggeredGridLayoutManager

Can `Jacoco` automatically exclude methods annotated with `androidx.compose.ui.tooling.preview.Preview` ?

@marchof How about a feature that would allows us to specify excluded annotations? The [current functionality](https://github.com/jacoco/jacoco/wiki/FilteringOptions#annotation-based-filtering) based on hardcoded `Generated` string in the annotation name is too rigid.

I followed [this blogpost](https://blog.jdriven.com/2020/11/formatting-in-pre-commit-hook/) about using spotless for pre-commit hooks. It works but it uses `spotlessIdeHook` per staged file which can be slow if you are committing many files. It...

I investigated this and it looks like AGP 7.3.0 is ignoring resources in the `generated` folder. It might be a bug in AGP but I don't know enough to create...

I changed the shortcut to cmd + ctrl + b and then I was able to add a dictation command in system preferences to trigger this shortcut when saying Okay...

Did you get this to run with JDK 11? I'm using `alvrme/alpine-android:android-30-jdk11-v2021.12.05` docker image. I'm getting `java.lang.reflect.InvocationTargetException` even when just trying to print available fonts with `GraphicsEnvironment`. I ran the...

I have KTS build scripts and `file` is type of `File`, not just a string. From Easylauncher code: ``` val fontName: String? val font: File? ```

`gtar` performance on `macos-11` is wildly inconsistent. I have a run where it took 10 min: ``` Wed, 09 Feb 2022 14:37:31 GMT Cache Size: ~1394 MB (1461838173 B) Wed,...

Awesome. I didn't manage to build this repo in a way that Appium would recognize it, worked last time 🤷 I'll try it out when it's released.