Bartek Pacia
Bartek Pacia
resolve #67
See [this workflow run](https://github.com/leancodepl/patrol/actions/runs/4929622932/jobs/8809481942) and expand the `dart test` step to see tests failing. ### Cause We use the global [`join()`](https://pub.dev/documentation/path/latest/path/join.html) function, which depends on the OS we're running in....
First discovered by @KmlBaranowski, reported to me by @jBorkowska. **Describe the bug** When the developer has not completed the [necessary steps here](https://patrol.leancode.co/native/setup), `patrol test` wrongly reports that all tests have...
Flutter has a concept of _contributed tests_ - tests of 3rd party packages that run as part of Flutter's own CI process. I think that tests of the `patrol_finders` package...
This can be worked around manually bo opening `Settings.app` and disabling Location Services. This only works on physical devices, because the iOS Simulator doesn't provide the Location Services option at...
We were forced to add a workaround because of a bug in DevTols. See https://github.com/flutter/devtools/issues/6719 Long story short: the DevTools change a global Flutter value `debugDefaultTargetPlatformOverride`, but don't reset it...
I need to install Command-Line Tools v8, the last version comaptible with Java 8. I found the right URL, but even when I pass it, I still get command-line tools...
Seeing if `subprojects {}` can be merged. See also: - #91030 - #77942 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...
Let's say my GitHub Action runs on `macos-14`. Can I use it with act? Didn't find this explained in README.
Hi there, thanks for creating and maintaining this project. I'm new to Terraform so this question may not necessarily make sense. I'll be grateful for an answer though. Basically, can...