Steven Buss Bacio

Results 26 comments of Steven Buss Bacio

Like you mention, I don't think you can add this due to the way App Engine handles and automatically sets up `http.ListenAndServe`. I love Let's Encrypt, but there's an even...

I can confirm that Postgres will be supported in our next release of Go on App Engine (Go 1.11), using any standard Posgres sql driver.

Shoot. This will break compatibility between Go 1.9 and Go 1.11 on app engine, and between every deployment on Go 1.11 since we build from a temp directory without a...

So I spent some time looking into this today. Our old runtime environment patches filesystem access, and special cases filenames for your app to obscure the actual location on-disk of...

@astec > can you handle 1.9 => 1.11 as a special case and try to map old path to a new one? Any 1.9-1.11 special case would mean we would...

I'm continuing to classify exactly how the old runtime munges filenames. After exploring everything we do to modify paths, it turns out that it can all be summarized rather simply,...

Yep, looks like we had a regression. Thanks for the fix, @bashtian

Fixed in [v1.6.4](https://github.com/golang/appengine/releases/tag/v1.6.4)

Are you using gcloud or the legacy SDK? If gcloud, what does `gcloud version` say? If legacy, do you remember which version you downloaded? Setting --enable_watching_go_path=true should be working. Can...