Bartek Pacia

Results 199 issues of Bartek Pacia

Repro: make a test with a _quite long name_ E.g. modify `example_test.dart` by multiplying its name 10 times: ```dart void main() { patrol( 'counter state is the same after going...

bug
package: patrol
platform: android

[Here it is](https://github.com/leancodepl/patrol/blob/f0cbe876911115f74ac3c4044b3345a1bf94a436/packages/patrol/ios/Classes/PatrolIntegrationTestRunner.h) It's really ugly and irk every time I have to modify it. The complexity is getting worse and worse, especially with [experimental support for `setUpAll`](1751). ### Context...

package: patrol
platform: ios
tech debt

https://github.com/MrStahlfelge/gdx-gamesvcs/blob/20d89c1f4dc160b23df7311dc0f8c64196c4890b/android-gpgs/build.gradle#L36-L39 I just discovered there's v2 of Google Play Games Services. [Here's the migration guide](https://developers.google.com/games/services/android/migrate-to-v2). I'm creating this issue to keep track of this.

Hi! First of all, thanks a lot for making this great library open-source. In the [Qri is winding down blogpost](https://qri.io/winding_down) it's written: > The libraries the Qri team has written...

Hi, This is my first issue in this repository. Thank you for creating and maintaining this great package! Now onto the problem: I discovered a bug with shell completions. Please...

help wanted

### Is your feature request related to a problem? Please describe. I'd like GoReleaser to have explicit support for apk's APKBUILD format, used by Alpine Linux. APKBUILD is very similar...

enhancement
good-first-issue

## Checklist * [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v3 manual...

kind/feature
area/v3

## Checklist * [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v3 manual...

kind/feature
area/v3

One of the bullet points listing `cli`'s features in README says: "`man` and markdown format documentation generation". Where is this feature documented? I could not find it.

kind/documentation

I'm interested in seeing a feature comparison with [Maestro](https://maestro.mobile.dev). They look very similar. What advantages does `fluttium` have compared to it? What makes it a "Flutter testing framework" more than...

question