Nikos

Results 102 issues of Nikos

Nice project, any chance you share your roadmap for this project and some technical decisions you have made so far.

My [fork](https://github.com/QuantumInformation/gcp-datastore-cloud-functions-realworld-example-app) is starting to diverge in some fixes, and I'm not inclined to raise any more PRs as its getting more difficult to backport PRs and I haven't had...

In the original app tags are limited by number and popularity, but in this implementation, any and all tags are displayed: I will probably add this to my fork

I have the following data for articles: When running this query: ` const tags = (await ds.createQuery(namespace, 'Article').select('tagList').run())[0];` Will return I feel that we should not return this null item....

We now have https://github.com/GoogleCloudPlatform/functions-framework-nodejs

If we know the user doesn't exist, why not use an insert to be more clear? https://github.com/gothinkster/gcp-datastore-cloud-functions-realworld-example-app/blob/96ba9ce7e062906469159fd120a1241d036c93cf/src/User.js#L32

You specify to > Create a service account and store the credentials as service-account-key.json in the repo root folder - DO NOT SHARE THIS FILE! However, could we not just...

I tried to prevent this as per a suggestion: `"ext": { "es6": "@empty" }` however in the browser .es6.js is still loaded. error is just `Not Found:`

enhancement
configuration
solution unknown