Greg Bray

Results 9 issues of Greg Bray

We recently upgraded to Drone 1.6.1 running in Kubernetes and just had an issue where all builds were failing with the following error: > Post http://localhost:3001: dial tcp 127.0.0.1:3001: connect:...

I often open HN links via Twitter, so while the Android app is great for browsing it doesn't automatically open when I click on a https://news.ycombinator.com/item link. Right now I...

enhancement
help wanted
android

If you try and use this before creating a record, it returns an error: ``` $ curl -u "example.com:redacted" "https://ddns.example.workers.dev/update?ip=192.168.0.1&hostname=ddns.example.com" TypeError: Cannot set properties of undefined (setting 'content') at Cloudflare.updateRecord...

http://blog.stackoverflow.com/2014/01/stack-exchange-for-android-is-here/ uses https://developer.android.com/images/brand/en_generic_rgb_wo_60.png as the image for the Play store (near the top and again at the bottom of the post) and that link no longer works. The archive.org version...

Examples from old blog posts: http://blog.stackexchange.com/author/kevin-montrose/ http://blog.stackexchange.com/author/admin/ The new author links are of the form: http://blog.stackexchange.com/authors/kevinmontrose

Terraform 1.2.0 was released [yesterday](https://github.com/hashicorp/terraform/releases/tag/v1.2.0) and apparently has some breaking changes from the previous 1.1.9. Specifically when I try to run `gkekitctl create` on a new machine, I get a...

**Is your feature request related to a problem?** I am trying to run a workspace on a remote system using the cli on that remote system: ``` devpod-cli up https://github.com/microsoft/vscode-remote-try-go...

Whereami currently supports gRPC with grpc.health.v1.Health checks but only using [insecure non-tls port](https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/blob/ca509d13fa747b639e3d745dc9bfd82bc0b9e64f/whereami/app.py#L147). Google Cloud Load Balancers require end-to-end encryption so it can use [ALPN](https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation) to upgrade backend connections to...

type: feature request
priority: p3

Testing with asmcli 1.13.2-asm.5+config2 I think the [is_service_mesh_feature_enabled](https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/main/asmcli/lib/checks.sh#L258) check is incorrect. It appears to be checking for `featureState.lifecycleState` which isn't part of the `fleet mesh describe` output. Example running asmcli...