Sean Emmer

Results 8 comments of Sean Emmer

This is now in GA - [https://cloud.google.com/blog/products/serverless/cloud-functions-2nd-generation-now-generally-available](https://cloud.google.com/blog/products/serverless/cloud-functions-2nd-generation-now-generally-available) Can the maintainers provide an update on if/when this will be supported? Thanks!

I have successfully used the DELETE sentinel instead of the INVALIDATE sentinel to force a refetch with a cache-first fetch policy. Not sure if this was the new addition mentioned...

Any updates on this? I was unsuccessful when copying my custom typings to `dist/`. It appears in 0.11.0 the folder gets cleared out on each build.

Checking in here - anything further needed from me to replicate?

Hi akaNightmare, want to submit a PR?

Would this solution work: Have the populateModels return a promise that resolves with an array of the models that are created. You can then chain populateModels calls and pass the...

Hi Rob, It's a little hard for me to diagnose without fully replicating your env/code. Have you tried assigning 'mongoose.Types.ObjectId(itemOwner)' to a variable rather than doing so in `data.push()`, and...