Michael Prentice

Results 398 comments of Michael Prentice

It might be possible to solve this by using Cloud Endpoints (#99) with Firebase Auth instead of `middleware.auth`.

Tried to upgrade ubuntu on the same VM today but it failed as unsupported. Looks like we'll need to spin up a new VM.

I tried to document everything here https://github.com/gdg-x/hub/wiki/Building-a-Hub-instance. It would be great if you could get it up and running on an updated ubuntu LTS VM. Thank you.

I wish that I had time to fix this myself, but unfortunately that has not been the case. As such, this is still blocking me from deploying the use of...

Thanks much! Hopefully it is simple and quick.

I've added the following hack to boomerang so that I can deploy with the Hub API: `data.items[i].about = data.items[i].about.replace(//g, '');` It would be nice if such a hack was not...

We have one endpoint working so far from [this branch](https://github.com/gdg-x/hub/tree/cloudEndpointsAndGaeFlex): https://20170318t053637-dot-gdgx-cloud.appspot.com/api/v1/chapters The rest of the OpenAPI spec for the API needs to be written before the other APIs will work....

Finally got the Hub running on GAE Flex in [this branch](https://github.com/gdg-x/hub/tree/cloudEndpointsAndGaeFlex). It took so many small tweaks and adjustments, you'll have to read the commits to find them. Over 18...

Cloud Dataflow would be fine, does it fit well with the pattern of ingesting via Meetup.com REST APIs? I personally haven't used it yet. Would the code have to be...

@VikramTiwari It doesn't need to be free. It should of course be cost effective, but we aren't restricted to free as Google DevRel is covering our expenses. The current ingestion...