Bartek Pacia
Bartek Pacia
This issue is somewhat inspired by https://github.com/flutter/flutter/issues/24722. Subtasks might be broken into individual issues later on. ### Orchestra - **There's no clear system for commands that generate _output_** (as in:...
### Is there an existing issue for this? - [X] I have searched the existing issues and didn't find mine. ### Steps to reproduce 1. Clone Maestro repository, use `main`...
Source of inspiration: [now in android app](https://github.com/android/nowinandroid/tree/5a382e3a45e82e11260f56772aac600489168baa/build-logic)
## Problem **Current state** The `Driver.deviceInfo()` is sometimes being called too many times (too many=more than once) when executing a single Maestro command. This is caused by lack of clear...
Support for parallel execution has been added in PR #1732, but I see space for more improvement. Some ideas: - [x] #1844 Run in parallel without sharding. In other words,...
**Description:** On my Mac, I like using OpenJDK builds by Homebrew, which can be installed like so: ``` brew install openjdk ``` See also: https://github.com/orgs/Homebrew/discussions/5491 **Justification:** It's good to have...
That's what Apple sent us after we released an app using patrol v0.10.2 on Test Flight.  [This is the line](https://github.com/leancodepl/patrol/blob/master/packages/patrol/ios/Classes/AutomatorServer/Automator.swift#L562) which is causing this warning. It also hints at...
a stab at fixing #1966 ### Problem description The version check is performed synchronously. This makes shell completions needlessly slow (in case of slow/unreliable network) and kinda defeats the purpose...
Here: - `patrol --help` - docs - doc comments in `library` annotation?
hey! this looks like such a cool project, thanks so much for developing it as open-source. I am wondering if {there is support/there could be support} for adding types and...