Tony Pujals
Tony Pujals
Rationale for project support: Currently, we require that you install and configure `gcloud` (see the repo [docs](https://github.com/GoogleCloudPlatform/functions-framework-dart/blob/main/docs/quickstarts/03-quickstart-cloudrun.md#set-your-gcloud-project)). We can make this step easier for users who aren't familiar with the...
Also see this comment for improving tests that came from stagehand: https://github.com/GoogleCloudPlatform/functions-framework-dart/pull/87#discussion_r547533340
@simolus3 We were just discussing / brainstorming approaches to making functions projects cloud project-aware last week, actually, and make it easy to wire up and consume other GC services from...
@simolus3 The service scope idea is pretty neat. You're always welcome to prototype ideas and contribute to the project, but I know that @kevmoo has been putting a lot of...
Also, since I think my comment wasn't quite so clear, let me clarify that regardless of the metadata that can be consumed from the environment at runtime for use by...
@simolus3 I'm prototyping a mini-CLI to make working with a Dart Functions Framework project easy. Imagine a `deploy` command that accepts a `--project` ID argument, but if not supplied, also...
This is not a spec right now, but just a brainstorming comment. Initial support could be to handle a CORS request for no support and for wildcard support. Following that,...
Hi @etanshaul, that's the Kubernetes context, but not necessarily the Google project that I'm logged into (`gcloud container clusters get-credentials`)? In any case, I do have that selected.  Here's...
Thanks, but I did do that. I mentioned in the original description that none of the workarounds that work with VSC are working for me in Intellij, but I should...
I'm sorry, I believe this is my error. I was able to get deploy to work after explicitly setting the image repository with the project ID.  I think I...