Kristian Glass

Results 7 issues of Kristian Glass

I search for [django google analytics](http://pypi.python.org/pypi?%3Aaction=search&term=django+google+analytics&submit=search) - I can't find this package I assumed from `setup.py` that this was because `name` was `google_analytics`, but, I search for [google_analytics](http://pypi.python.org/pypi?%3Aaction=search&term=google_analytics&submit=search) and I...

CloudFormation now supports YAML templates natively, rendering `cfn-flow`'s "converts from YAML to JSON" obsolete In addition, CloudFormation Intrinsic Functions have a YAML "short form" (e.g. `!GetAtt foo.bar`) that `cfn-flow` naïvely...

As a new user, I'm trying to remember the keyboard shortcuts - it would be great if they were displayed in the drop-down menu as, for example, SizeUp does (http://imgur.com/Otfti)

I'd love to use this to test my `README.md` too (which Python's doctest supports). Running `doctest` with `README.md` currently gives me: ``` doctests: target `README.md' is not a module name...

Very much a WIP, but to allow type coercion, setting of defaults, etc.

Running `rediraffecheckdiff` on a Sphinx setup where `rediraffe_redirects` is set to an empty dict in `conf.py` results in an `AttributeError: 'NoneType' object has no attribute 'open'` that looks to come...

bug