Bartek Pacia
Bartek Pacia
Follow up of #146044 and #141417 Minor change to make Gradle buildscripts shorter. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...
Commands that wait by default if the action cannot be performed immediately (e.g. [`tapOn`](https://maestro.mobile.dev/api-reference/commands/tapon) on a view that is not yet visible, [`waitForAnimationToEnd`](https://maestro.mobile.dev/api-reference/commands/waitforanimationtoend)) should have their timeouts clearly documented in...
As the title says. Could you explain the differences between `gadb` and [`goadb`](https://github.com/zach-klippenstein/goadb)? Thank you for making this project open-source!
As a plugin maintainer, I want to run my CI to test/analyze/format my plugin against Flutter version it supports. For example, let's say my plugin supports at least Flutter 3.10.0,...
Allow for specifying Flutter version like this: ```yaml - name: Set up Flutter uses: subosito/flutter-action@v2 with: channel: stable flutter-version: 3.19 ``` in addition to the aleady supported: ```yaml - name:...
The `setup.sh` is a core of this action, and it should be relatively easy to make it GitHub Actions-independent. Then this script could be easily used e.g. when doing one-off...
``` $ shellcheck -s sh ./setup.sh | pbcopy In ./setup.sh line 35: if [[ "$OS_NAME" == windows ]]; then ^-------------------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined. In...
I also updated GH workflows and added enforcing formatting to CI. Apart from that, I just run `buildifier -r .` in root directory.
After updating my iPhone to iOS 16, I'm always getting errors when trying to use `idb`: ``` $ idb list-targets | grep Booted Barteks-iPhone | 00008101-001611D026A0001E | Booted | device...
@urfave/cli Hey! I noticed there are quite a few stale branches (see https://github.com/urfave/cli/branches/stale). Can they be removed?