Mike Hardy
Mike Hardy
This may be fixed in v9.1.2 here - there was definitely a problem with new architecture if it was in use, and it would not work until v9.1.2 just now
needs testing
Saw in related comment here https://github.com/ReactiveCircus/android-emulator-runner/pull/424#issuecomment-2602376051 that needed to add to test and do the transpile to JS, so just pushed that
I addressed the thought on target validation with a redone implementation that removes validation but still allows (and tested) the playstore shorthand I updated the docs related to target to...
I found the 'playstore' (and 'playstore_ps16k') shortcuts to be surprising personally, in all other cases you just use the actual target name but there are these two underdocumented shortcuts? So...
@ychescale9 any chance of a release with this PR in it 🙏 ? I tried to integrate it into our CI via the commit SHA but it failed for an...
I'm going to be presumptuous and pin this one ;-) - I don't think the idea of supporting Data Connect is going away, and this issue can be used to...
You can run a batch on your fork if you enable actions, then run the unit test workflow manually with os windows-latest and a large count (maybe 30 ?) 
This is what I think of as a "test fix" instead of a "code fix", that is, you have done the equivalent of "hey, if this thing is null let's...
Separate things as you like, but the PR wouldn't exist except our flaky test runner found a problem. The problem should be probed in a test and root cause fixed,...