Jason Dobry

Results 170 comments of Jason Dobry

I recommend you export a named function.

I can see the confusion, it appears that "exports one or more functions" is ambiguous. I will update those docs to say "exports one or more functions via _named exports_".

> I must have gcloud and gcloud beta installed I suppose we can update the tests to skip the gcloud-dependent tests if gcloud isn't installed. > I must run "functions...

I followed your steps, this is what I got: ``` $ nvm install v6.11.1 ######################################################################## 100.0% Checksums empty Now using node v6.11.1 (npm v3.10.10) $ nvm use v6.11.1 Now using...

While the Emulator does create a .zip archive, it only does so to mirror the Cloud SDK's behavior (if you provide `--stage-bucket` when deploying to the Emulator it will even...

Where/when exactly do you see the `spawn ./goa ENOENT` error? During deployment? When calling the function? I tried to install your go libraries but couldn't get it to work. Could...

What are you expecting the current working directory to be when a function is invoked?

Do you have something else running on port `5001`? You _should_ be able to change the `restPort` used by the emulator in `~/.config/configstore/@google-cloud/functions-emulator/config.json`, but I'm not sure if the Firebase...

Maybe it's trying to start the Emulator when the emulator is already running? Can you check to see if there are rogue Node.js emulator processes? cc @laurenzlong

Hmm, I was unable to reproduce. What version of `@google-cloud/storage` did you use? I used `1.2.1`. I deployed your function to my emulator, and it successfully downloaded and printed a...