Bartek Pacia

Results 199 issues of Bartek Pacia
trafficstars

Business Email Validator 😅

Hi 👋🏻 I'm curious about whether `go-ios` could support granting permissions to iOS apps, [just like it's possible with `adb` on Android](https://stackoverflow.com/questions/16410167/how-do-i-use-adb-grant-or-adb-revoke).

Would be great to have some static analysis in place, to avoid common mistakes. IMHO, the bare minimum is to use (and enforce) `go vet`. I'm also a fan of...

[GoReleaser](https://goreleaser.com/) is widely used to release executables built in Go. It simplifies the process. If you agree, I'd be willing to implement this. Here are examples ([one](https://github.com/bartekpacia/fhome/blob/master/.goreleaser.yaml), [two](https://github.com/leancodepl/poe2arb/blob/main/.goreleaser.yaml)) of what...

### Description When I type `docker` into my terminal and click ``, I see some weird stuff: https://github.com/docker/cli/assets/40357511/20cf40e7-daa7-48df-8028-1e7485619607 ### Reproduce (Forgive me for assuming macOS and Homebrew) 1. `brew install...

kind/bug
status/0-triage
area/completion

Please see this workflow run: https://github.com/leancodepl/patrol/actions/runs/3910783889 What's the cause of this problem? It makes my tests too unreliable. I already have much memory and RAM assigned to the emulator. UTP...

I think we should run [generate_gradle_lockfiles](https://github.com/flutter/flutter/blob/1d5c2c51187e5c608f36e81d6f89c1782918ab85/dev/tools/bin/generate_gradle_lockfiles.dart) on (pre/post – idk)submit tests. ### Problems Sometimes, regenerating gradle lockfiles results in git changes. I don't think that it should be happening, i.e....

platform-android
tool
P2
team-tool
triaged-tool

I have a Flutter app depending on this plugin. When I build it for Android, I get a deprecation warning: > Deprecated Gradle features were used in this build, making...

Fixes #46 # Changes proposed Apparently the `finally` block containing `VT100.showCursor` and `VT100.newline` was not executed because the function was being `return`ed from within the `try` block. Now it's fixed....