Kristian Glass

Results 16 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

This makes the hrefs absolute, following the style already used in docs/specification/2024-11-05/basic/index.mdx This fixes a problem where a card with e.g. href `architecture` served at https://modelcontextprotocol.io/specification/2025-03-26 would actually end up...

Adds documentation for `-e` and `-U` and fixes a typo in the `-g` help message

The Morse table contains two conflicting definitions for '-': 1. "-...-" on L101 (henceforth "3dit") 2. "-....-" on L108 ("4dit") The order of the list meant that 3dit was used...