andrewbeckman

Results 3 issues of andrewbeckman

``` > POST /v1/recipes HTTP/1.1 > Authorization: valid token > > { > "name": "Test recipe", > "description": "This is my test recipe", < "creation_source": "iOS", > "temperature": 100, >...

Steps to reproduce: 1. Create a put request 2. Forget to put '>' at the beginning of a newline The error thrown is about dereferencing a nil pointer rather than...

Right now, the sortable list only updates its layout if the new data's length is larger than the previous data. On deletion, the sortable list should still update its layout....