appengine
appengine copied to clipboard
Go App Engine packages
Since the deprecation of go111 runtime we've migrated a substantial amount of code to be "a regular Go server code using Cloud libraries", not linking to Appengine libraries at all....
golang.org/x/text which has a here vulnerability as reported here: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14040 Short-term and Long-term upgrade fix is available in v0.3.7 for golang.org/x/text Also impacts: GRPC
**I'm trying to upload an image, but I can't get the * http.Request to pass it to the appengine and create a Writter. Any alternative or solution to this?** **Code...
This project imports `github.com/golang/protobuf` which is obsolete. Are there plans to switch to `google.golang.org/protobuf` ?
This project doesn't appear to include any copyright information or a NOTICE file. Can you add one? This is desired to comply with the open source license conditions.
Hi we're using the `google.golang.org/appengine/image` package to construct a serving URL for an object stored in Google Cloud Storage and it's shown to be unreliable under certain circumstances. The code...
Howdy, I could not find anything on error handling. How do you handle errors in there ? Are they typed ? Thanks ! I'd like to avoid using things like...
Hi, I'm incorporating OpenCensus/Stackdriver tracing in an app on AppEngine Standard (Go 1.11). I'm seeing some unexpected interaction between my spans and the "automatic" spans from Datastore, Urlfetch and friends....
Currently I’m using @broady’s https://github.com/broady/gae-postgres package, but it’s unclear whether it will break in the future since CloudSQL Postgres is not officially supported on App Engine Standard for Go (though...
A single user was randomly affected by this `panic` and it was reproducible on every subsequent, identical request. By calling `recover()` once as hot-fix, the issue went away permanently... without...