Jakub Chrzanowski
Jakub Chrzanowski
I have the simmilar problem. I inflate layout manually: ``` View view = inflate(getContext(), R.layout.my_layout, null); ``` `my_layout.xml`: ``` ``` When I remove `TextView`'s `android:labelFor` attribute, it works fine. There...
Yes, it's dead: https://github.com/captivationsoftware/react-sticky/blob/50f68e1af5937c12cdc1aab46ea45c4a4d74e46d/README.md#L5-L7
@markuspl Thank you for this report. The issue was with scoped packages (invalid regex for parsing the `yarn.lock` file to convert it into proper YAML structure). Fix will be released...
@WuglyakBolgoink Yup, the same as above - next release will solve this problem.
@armarti I have still one change in progress - I'll try to find the time to finish it and release soon.
Fixed in the Gradle IntelliJ Plugin.
Build GitHub Actions workflow now contains a Maximize Build Space step which frees a few GB of disk space which helps handling this issue.
@vsay01 Looking at your `intellij.localPath = if ...` code – both condition branches result with the same value: `properties("StudioRunPath")`.
Sorry for the delay, Vortana. Ok, I got your point. To provide AS for GitHub Actions, you can introduce an additional workflow step before building/testing the plugging that will download...
@akosyakov Don't you mind sharing more details on this approach? What exactly would be helpful to introduce in the Gradle IntelliJ Plugin?