Samuel Sutch

Results 6 issues of Samuel Sutch

**Gist:** `$object.clone()` does not respect the listyness of attributes. When calling `.clone(list_attr=>[$value])` the resulting `list_attr` is a list containing a list. When calling `.clone(:list_attr($value))` the resulting `list_attr` is a list,...

Added: - Podspec so you can say install HLDeferred using CocoaPods - `.gitignore` - handy to have :) Removed: - Embedded JSONKit - now uses CocoaPods dependency resolution to bundle...

Version .50 includes: - rest service - a simplified way to interface with pyapns - enhanced notification protocol - so you get those fancy disconnection reasons - and a way...

When issuing a PUT request with header_auth=False, the PUT parameters are hoisted out of the body and into the GET parameters.

The following payload correctly signs ``` ret = sesh.put('/users/me', {'username': 'myusername', 'email': '[email protected]'}) ``` However, if one of your parameters is `None` it does not correctly sign: ``` ret =...