Craig Heneveld

Results 7 issues of Craig Heneveld

https://github.com/erkie/ApiModel/pull/24 demonstrates 500 errors that are not "invalid". Was this intentional? Should we make invalid responses include 500 status codes? Should it be handled differently?

This PR -> https://github.com/erkie/ApiModel/pull/29, shows how validation errors are lost. But the question is who should own knowning what a validation error means? ApiModel or the implementer? Should ApiModel conform...

If a server response for a findArray call is not a success, only an empty array is returned, and no way to distinguish that something went wrong. Thoughts on this?...

If I have the following model setup with partitioning turned on: ``` class Table include Dynamoid::Document table :name => :table field :field1 field :start_time, :datetime index :field1, :range_key => :start_time...

I had to change if (method.equals("GET")) { url = url + "?" + encodeUrl(params); } to url = url + "?" + encodeUrl(params); in openUrl to get this working...

the github web view doesn't remember the logged in session with github. Logging in then out, then tapping sign in again should auto log a user in, rather than having...

enhancement

If you install app sign in and have keywords, then uninstall app... Since githubToken is stored on the keychain and keywords userDefaults, the app will have a state where you're...

bug