trickidicki

Results 6 issues of trickidicki

Instructions say: - Clone this repo (don't forget to change the origin to your own repo!) - Run ./install_deps (this will pip install requirements, and download the App Engine SDK)...

Zappa sets the AWS Lambda function code as handler.lambda_handler I presume that the Zappa code is then supposed to execute the handle.lambda_handler? Except it doesn't, so I had to change...

Following the recipe from here: http://wooga.github.io/Paket.Unity3D/tutorial.html Got to: `.paket\paket.unity3d.exe install` Got error: ``` Paket.Unity3D version 0.2.2.0 Paket.Unity3D failed with: tunable to parse [1.6.0, ) ``` Any ideas?

Using the following training and test data: ` # 1 is positive, 0 is negative f = open('train.txt', 'w') f.write('__label__1 i love you\n') f.write('__label__1 he loves me\n') f.write('__label__1 she likes...

config.py is incompatible with Python3. Suggested fix: ``` import six ... def _inject_filters(app, filters): """Inject a set of filters into a Flask app. Args: app (object): The Flask application. filters...

Trying to use Python2.7 and the wtforms 2.2.1 HTML5 date picker within a wizard page. ```from wtforms.fields.html5 import DateField``` The form displays fine when I first show it in the...