Amit Saha

Results 35 issues of Amit Saha

Adds an example from standard input. Please take a look.

Hello, apologies if I missed it, but it doesn't seem like there is support yet for the `Counter` metric type?

It would be really nice to be able to override `BUILDKITE_S3_ACL` environment variable via a CLI option to `buildkite-agent artifact upload`. This will allow us to default to `private`, but...

enhancement
good-first-issue
artifacts
artifacts-private-s3

Fix for https://github.com/google/go-github/issues/2416

NeedsReview
Breaking API Change

The [ListUserMigrations()](https://github.com/google/go-github/blob/3a432d62bf0318c14b2d1d7415bf94ea1a884342/github/migrations_user.go#L100) currently doesn't support pagination options. We should add it. PS: Will be creating a pull request shortly.

Breaking API Change

Hello, is there an existing example of `build.gradle` where may be I want to run another external program before I build my Python package?

help wanted
documentation

Hi all, it looks like https://copper.sh still refers and documents the v1 of copper instead of the current V2 version?

See if https://github.com/gg-scm/gg-git can be useful for us

https://docs.gitlab.com/ee/api/project_import_export.html

enhancement
gitlab

Any PRs to improve code quality is welcome. Some metrics/analysis to guide starting points: ``` # https://github.com/fzipp/gocyclo $ ~/go/bin/gocyclo . 21 main getGithubRepositories github.go:11:1 17 main getGitlabRepositories gitlab.go:10:1 17 main...