Justin Balthrop

Results 17 issues of Justin Balthrop

It seems to me that `client_secret` should not be required with `grant_type=password`, right? As explained here (http://aaronparecki.com/articles/2012/07/29/1/oauth2-simplified#others): > Note, the client secret is not included here under the assumption that...

This is based on http://aaronparecki.com/articles/2012/07/29/1/oauth2-simplified and discussed in #12. @pelle, let me know what you think of this. I'm happy to tweak the interface if there's anything about it that...

@trptcolin what do you think of moving this repo to the flatland organization since I'm not really the primary contributor anymore?

Right now, they use the same naming strategy as fields. It would be nice to be able to make enum values be ALL_CAPS and have them automatically be downcased in...

This would allow you store empty collections and reset a collection to empty using an append.

Repeated fields should be able to contain null values in their collections. This should work with sets and maps too.

Hey there. I love Cartography! But, I'm trying to add some extensions to `LayoutProxy`, and I'm running into trouble because all the functions are `internal`. Any chance you'd be open...

I just updated to Swift 2.0, which required adding this to my Podfile for Cartography to compile: ``` ruby pod 'Cartography', :git => 'https://github.com/robb/Cartography.git' ``` Now I am running into...

I'd like to offset an item within a table view cell a distance equal to the cell height. Like this: ``` swift constrain(timestampLabel) { timestampLabel in timestampLabel.left == timestampLabel.superview!.left +...

This should probably default to `~/.ssh/known_hosts`.