Results 4 comments of Some Guy

@joseph-henry - first of all thanks for all the good work! I was wondering when will the Linux distribution would be available? Thank you!

I am seeing OOMs with `2Gi` and I am on `v0.14.1`.

But AttrDefault works as expected ``` >> attr = AttrDefault(dict, {'foo': {"bar": "molotov"}}) >>> attr.foo AttrDefault(, False, {'bar': 'molotov'}) >>> attr.foo.bar = 'update molotov' >>> attr AttrDefault(, False, {'foo': {'bar':...