Steve Lam

Results 7 comments of Steve Lam

I think this is a bigger problem than just annoying log messages. The purpose of `finalizeRef` in cgo is to allow the js vm to recover memory held by go....

As an extension to this, the `Cause` field should just be fully recursive. I have UDFs with many levels of nesting, and this is what I've seen and have been...

There seems to be a disparity between what's documented on google's website and what is actually being sent: https://cloud.google.com/functions/docs/writing/background#function_parameters. It says that the `event.context.resource` value is supposed to be a...

@iangudger, should the documentation be consider truth or should this be accounted for in the `events` package?

I believe this was because of this incident: https://status.cloud.google.com/incident/cloud-functions/19008

Yes, you should be able to add a framework layer as long as it can take the `http.Handler` interface. Using that specific library, it would look something like this: ```...

This was a hacky way to use Go on GCF before it got official support. @iangudger was the maintainer afaik. It'd probably be a good idea to archive this repo...