Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-26 Thread Nickolas Daskalou
Hi Lorne, How is this coming along? Our Flex service is still being redirected to appspot-preview.com. This is also causing havoc with our *dispatch rules*. It seems we are unable to send any requests to the default version of our Flex service unless we have a "catch all" dispatch rule to the

[google-appengine] Re: Help troubleshooting running under the development server

2017-02-26 Thread 'Adam (Cloud Platform Support)' via Google App Engine
We've seen this error occasionally but reproducing it has been hit or miss. I'd advise filing an issue on the googleappengine issue tracker and uploading a sample app which exhibits the problem. If you provide a link to the issue I will

[google-appengine] Re: Error When trying to retreive access token from 'https://www.googleapis.com/auth/cloud-platform'

2017-02-26 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Apologies for the frustration. We're aware that docs are a pain point for developers and are always working on improving them. Be assured we're monitoring threads like these and making note of feedback for future iterations of our documentation. Having more recipe style solutions is something

[google-appengine] Which library for Non linear Conjugate Gradient on GAE for python?

2017-02-26 Thread Sumanta Bhowmik
I do not want to write a Non linear CG implementation on my own. As far as I know, GAE(python) supports numpy but does not support scipy(which has optimization). I did not come across a pure python implementation on the net. But I am sure many people would have had similar requirements. Is