Steve Coffman

Results 340 comments of Steve Coffman

If I got to pick, we would have switched off of GAE to Cloud Run and/or GKE a long time ago! GAE was an amazing step forward when it came...

@Airblader Please see https://github.com/cenkalti/backoff/blob/v5/CHANGELOG.md However, I also would have liked tips on how to rewrite code to deal with `MaxElapsedTime` being removed from ExponentialBackOff between v4 and v5. Here is...

I'm actually interested in how easyproto compares with protowire and some other solutions in the ecosystem. For instance, to avoid reflection (like in tinygo), https://github.com/aperturerobotics/protobuf-go-lite

I appreciate your working on this, but I actually really prefer to move logic out of the template files and back into library functions in standard Go files. Template logic...

``` # GCP auth is for getting secrets from secret manager. # download-introspection-json.ts requires a secret to make the request. - if: ${{ env.CLOUDSDK_AUTH_ACCESS_TOKEN == '' }} name: Authenticate to...

This has been merged in https://github.com/aws/aws-sdk-js/pull/2559 and is available with aws-sdk-js v2.474.0 through v2.429.0 Would appreciate if this got picked up.

Hey, @ondrej-fabry do you still have access to your non-work GitHub account?

Thanks for pursuing this! I'd be interested in a proposed PR for this, and I'd like to see how that responds in our existing test suites and examples.