Anton Malinski

Results 166 comments of Anton Malinski

@chrisjenx thanks for a great library Just faced the same issue and in my opinion it should be an ignoreClass since you don't want to write attribute in every single...

@kashban on the other hand maybe there is some scenario where this could be of use. Initially I only fixed this for Iconify. Pushed additional changes to pull request with...

Seems like a timeout issue with the adb install. You’re consistently sigterm’ing the install process after 45 seconds. Not sure how it relates to the action’s code though

This has been brought up before in #4 It seems that the size of the cache is now up to 5Gb which should allow us to store the sdk and...

I've just checked the current runs and the install-sdk is roughly 5-10 seconds. Restoring the cache takes about the same time. For the emulator package, it's about 40 seconds downloading...

@adiknoth why do you install the sdk if you have an installation on self-hosted runner already?

Hey @westinyang Do you mean projects that are written in plain Java or mixed Java + Kotlin projects? For pure Java it is going to be a bit problematic since...

@ened and what do you want the behavior to be in this case? if it's null then the font file is not available which means the user will not see...

@LogosIntellect I'm not able to reproduce the problem, but I implemented a possible fix in #81. Could you please check?