gregory nicholas
gregory nicholas
did you get beta access? where are the client id's and access tokens coming from?
https://www.gnu.org/licenses/rms-why-gplv3.en.html
- ex: https://github.com/gregorynicholas/flask-funktional-gae/tree/master/docs build_docs.sh: ``` #!/bin/sh touch .nojekyll cd ./docs make html cd ../ git checkout gh-pages cp -rf ./docs/_build/html/* ./ git add *.html searchindex.js objects.inv .buildinfo _static/ _sources/ git...
- https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore > The Files API feature used here to write files to Blobstore is going to be removed at some time in the future, in favor of writing files...
wondering if this is updated for the pattern of flask_ vs flask.ext.\* for creating extensions
- is this done through jade or through a handlebars helper? - for example, should i look to iterate using jade: - http://stackoverflow.com/questions/18369751/jade-each-iteration-modulus-for-responsive-twitter-bootstrap - or in handlebars: - http://jaketrent.com/post/every-nth-item-in-handlebars-loop/