Results 7 issues of Jon Ross

There's no clean way to hide/show the primary column, so I've used the following hack: ```swift to_svc.maximumNumberOfColumns = 3 to_svc.viewWillAppear(true) ``` However, this doesn't animate the column transition. What's the...

enhancement
help wanted

Syntax would be `![](:image.png)`.

enhancement

enhancement

The way it would be called: ``` var img = lwip.open("image.png"); img.foreach(function process(color) { return "black"; }, function done(err, img) { ... }); ``` It should be functionally identical to...

feature request