Brent Shaffer
Brent Shaffer
Thank you for reporting this! I understand why this would be frustrating. I see two potential paths forward here: 1. Track down what part of the stack calls `getReturnImmediately()`, and...
It seems like your project is not correctly autoloading class [GPBType](https://github.com/protocolbuffers/protobuf-php/blob/master/src/Google/Protobuf/Internal/GPBType.php#L45) from the package `google/protobuf`. I would recommend verifying that class exists in your `vendor` directory. This is a very...
I think the short answer here is that using `vendor-dir` on app engine may not be entirely supported. Have you been able to find a work-around?
Thanks for filing this issue, @emimarz! The description for the "desc" option is "If true, sorts by descending order.". This is interesting because it doesn't say that setting "desc" to...
What is the format used by CloudEvents to convert to and from?
Hi @Nyholm! Good to hear from you as always. Thanks for your work on this, and for posting such a thorough comment. I am curious if other users find this...
This seems like a potential issue with the Cloud Functions Runtime, and not with this framework. I'll try to get you an answer, but in the meantime, have you tried...
It's not an official feature but it sure would be useful, and I see no reason why it wouldn't work if set up properly. Can you share your `docker run`...
After looking into it, the issue is that OPCache is enabled (makes sense in production! Not so much for hot reloading in development). You can disable it easily by adding...
It would be great to have some sort of `DEBUG` environment variable, but I'd want this to be standard across all functions frameworks. Node uses the environment variable `NODE_ENV`, which...