Jeremy Gordon

Results 26 comments of Jeremy Gordon

I'm having this issue as well, and the suggestions in #556 aren't relevant since I: 1) Need the loading action to update the UI state 2) Am not calling my...

It looks like this error can arise when running the scripts with something other than bash. If so, I wonder if this is related to the shell configuration in your...

Thanks for that, I'm updating the bash script accordingly as well. As for the new exception, it's true that we're still using the python2.7 runtime in gcloud. However, I'm able...

The github issue linked from the SO question you linked (https://github.com/googleapis/google-api-python-client/issues/704) does seem to imply there is still support for python 2 in older versions of httplib. If you installed...

Ok, I think it's worth a try then to downgrade httplib2. You should be able to do this by deleting the urllib2 folder from lib, adding httplib2==0.10.3 to requirements.txt at...

A habit history importer via CSV is probably the easiest way to go with this. Would be a great first issue for anyone looking to dip their toes into the...

@abhi18av, happy to avail a docker image, but when I looked into it briefly previously, it doesn't seem like GCP can deploy from docker in the appengine standard environment. https://cloud.google.com/appengine/docs/flexible/python/run-flex-app-on-gke...

@marbetschar thanks for your reminder. No progress on this as of yet. If anyone would be interested in taking a stab I'd be happy to review a PR.

As far as I'm aware, dockerization will require moving over to the flexible environment (Flow currently uses many APIs in the standard environment), so this is a heavy lift that...

Zotero would be much better, an seems to have a [decent API](https://www.zotero.org/support/dev/web_api/v3/start).