Stephen
Stephen
I love the
> The user has already pressed Enter to run many times before the space message shows up. Assuming they're already Yeoman users, this would be an easy transition. But I...
Currently, the `H5bp` comes from: ``` js // namespace 'h5bp:app', comes from the env.lookup results prettyName = namespace.replace(':app', ''); prettyName = prettyName.charAt(0).toUpperCase() + prettyName.slice(1); ``` This is to avoid reading...
Thanks for the tip, @hiranya911! We are actually going to deprecate google-auto-auth, so this will live on as a feature request for `google-auth-library.
> First of all, cool project! With this kind of tool, it could drastically tear down the barrier of entry for pushing apps to Google Cloud. Thank you! This is...
For the person who has several private projects to deploy, they might just be okay with the default config, and prefer plopping a few properties down in `{package.json}.gcloud` as opposed...
Well, I tried to make this change, and the [Cloud Build](https://cloud.google.com/cloud-build) environment wasn't having it. These seemingly small changes have been very tricky for us in this library. Different environments...
@pcostell is this still an issue? We had another question about this pop up in https://github.com/GoogleCloudPlatform/google-cloud-node/issues/2846
+1
@DanielG a note in the readme would be a time-saver for folks... like me :)