Ian Gudger

Results 24 comments of Ian Gudger

Do you need to completely override the environment, or would being able to append lines be sufficient? I would like to continue to pass through the environment if possible.

There are no known issues that would cause this. Are you sure that it isn't a bug in your app?

Can you try removing the use of the nodego logger and see if that fixes the problem? By the way, when you add the logging back, you should add the...

It seems that the problem could still be logging as you include `nodego.OverrideLogger()` in the problematic one, but not the non-problematic one.

By the way, you can use `nodego.ErrorLogger` with `nodego.WithLoggerFunc`. Maybe we need to clarify the documentation.

Cloud Functions now has official Go support: https://cloud.google.com/functions/docs/quickstart#functions-update-install-gcloud-go As a result, this repository is no longer under active development. Pull requests are still welcome though.

@ssttevee, can you take a look?

@ssttevee It doesn't surprise me too much that the documentation isn't fully correct. Feel free to send a PR to fix this case.

I want to keep things simple in the simple case. I want to ensure that local development remains easy and has minimal dependencies. I agree that a mode that packaged...

@salrashid123 Feel free to make a PR. I am not personally a big fan of Docker, but maybe other people are.