Grant Timmerman

Results 165 comments of Grant Timmerman

Some more detail as to what you're looking for with some code would be helpful. For HTTP, we can use `req: express.Request, res: express.Response` or `HttpFunction` For events, we have...

Added some checks. Already updated TS.

Last dep update should be fixed with https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/369

All remaining items should be ignored or blocked now. I'm not sure why Renovate is re-opening. Perhaps there was a race last closure. --- This issue provides visibility into Renovate...

Hey @dobromyslov, yeah that does look like an error with the TS interfaces. I believe this workaround was just to fix the TS compiler, I don't think we really expected...

I would remove this repo's FAQ. There are better sources for keeping this type of documentation up-to-date.

(Bug bashing all pending GitHub issues, b/135396848) @bcoe Hey Ben, would a PR be welcome for this one?

I think you just create a credentials and then add the encrypted credentials in the repo. https://docs.travis-ci.com/user/encryption-keys/ https://cloud.google.com/docs/authentication/getting-started We could just add the feature and test locally without CI setup.

Need to create creds first. Do we have a GCF GCP project we can use that won't be deleted?

> > Do we have a GCF GCP project we can use that won't be deleted? > > The public project is `fn-img`. Maybe we can create a project in...