Balázs Varga
Balázs Varga
See this plugin: https://github.com/wupdigital/android-maven-publish, if you want to use `maven-publish` plugin with android
I experience something similar. In our case HIChartView in a ConstraintLayout, and we have set a fixed height for the chart. And sometimes when we open the screen the WebView...
I've created an experimental project to explore JUnit 5 integration. This project have limitations, but it can serve as a foundation for further collaboration: https://github.com/apter-tech/junit5-robolectric-extension
It sounds like you've followed the necessary steps, but the plugins still aren't being recognized. Here is a suggestion might solve the issue: * Ensure that the `plugins_config.yaml` is correctly...
I understand how crucial it is to have the full response from GPT displayed in Discord without any truncation. One possible solution to address this problem could be implementing a...
@mannodermaus The primary reason for resetting the loopers at the end of each test is to ensure that the looper mode instrumentation functions correctly. If the loopers are not reset,...
@utzcoz With jUnit 4 I do not have evidence, because in that case line 63 solves this issue in [SandboxManager.java](https://github.com/robolectric/robolectric/blob/81831fc059a6f098466063cb95b8df670929ee8d/robolectric/src/main/java/org/robolectric/internal/SandboxManager.java#L63). Because the key contains the `LooperMode`, 2 different sandboxes will...
@hoisie Yes, I am trying to reuse the same sandbox. I have some test and it seems working: [RobolectricExtensionLooperModeSelfTest](https://github.com/apter-tech/junit5-robolectric-extension/pull/59/files#diff-1175831c5226fb00f7452e1ca982470144c1c5da014e0948cb9ee7fd778d3b4d) In this case I just cleared the cached looper mode with...
Could you share a sample project where the issue is reproducible?
I investigated further and logged the generated hashes in the `hash` method. I discovered that the `processCsp` function is called twice during the build. The logs show that the correct...