Ryan Parman

Results 101 comments of Ryan Parman

No, but in `.goreleaser.yml`, here's how I sign Windows/Linux with GPG and notarize the Mac binary. ```yaml signs: - id: gpg ids: - linux-archive - windows-archive signature: "${artifact}.sig" cmd: gpg2...

# [Codecov](https://codecov.io/gh/wepay/kafka-connect-bigquery/pull/256?src=pr&el=h1) Report > Merging [#256](https://codecov.io/gh/wepay/kafka-connect-bigquery/pull/256?src=pr&el=desc) into [master](https://codecov.io/gh/wepay/kafka-connect-bigquery/commit/02f7688e0d4b093860f57178300437478f712e0f&el=desc) will **decrease** coverage by `0.53%`. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #256 +/- ## ============================================...

# [Codecov](https://codecov.io/gh/wepay/kafka-connect-bigquery/pull/238?src=pr&el=h1) Report > Merging [#238](https://codecov.io/gh/wepay/kafka-connect-bigquery/pull/238?src=pr&el=desc) into [master](https://codecov.io/gh/wepay/kafka-connect-bigquery/commit/755b86614a087621c694a58628db728948c29df4&el=desc) will **increase** coverage by `0.25%`. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #238 +/- ## ============================================...

Additional use-case for this feature documented in https://github.com/newrelic/newrelic-client-go/issues/466.

@kidk: The project "card" for the underlying implementation in the Go SDK (before it can be implemented in the Terraform provider) doesn't appear to have even been started yet. https://github.com/orgs/newrelic/projects/6#card-61742315...

@kidk: Thank your for your clearer response. This had been communicated to us by our TAM as somewhat pressing. Since Terraform is a Tier-1 UX for us, we expect that...

> As this will only happen in June 2023, do you think that will be enough time for the teams to migrate? We're expecting the new resources to be available...

I don't have a proper _script_ for this — just search+replace snippets for my IDE, but maybe this will help to kick-start efforts. First block is _search_, second block is...