Sym Roe
Sym Roe
When working on #207 I realised that ordering houses in a meaningful way is a little harder than just number sorting (in the UK context at least). Here are some...
In the UK we have a lot of houses that only have names and no numbers. I've tried adding these names to the `housenumbers` dict, this breaks [`shell.py:342`](https://github.com/addok/addok/blob/master/addok/shell.py#L342) as it's...
Here's a test case that fails in `1.23`: ```python from jsonpatch import JsonPatch from_v = { "foo": [ {"baz": 2}, {"bar": 1}, {"bar": 1}, ] } to_v = { "foo":...
So in Redis you can 'replay' the log to restore the database. The ability to parse and produce a log in this way would allow syncing with a remote instance...
https://twitter.com/mintywalker/status/570227696380194816 
A lot of candidates have hashtags that relate to them that they promote on their websites and tweets for example: `#Amelia4Deputy` here: http://ameliawomack.net/ There might be a few hash tags...
Some WSGI applications expect that the path is unquoted before receiving it. Discovered while working with @jpluscplusm.
Python 2 is dead and [AWS Lambda support is ending soon](https://aws.amazon.com/blogs/compute/continued-support-for-python-2-7-on-aws-lambda/).
Thanks for this library, I'm finding it really useful :) However, I've found what I think is a bug when used on Lambda via API Gateway and submitting a form...