Hok Shun Poon

Results 80 issues of Hok Shun Poon

I have a stack of text views, in a collection view that stretches from the top all the way to the bottom of the screen. I've used EKKeyboardAvoiding to enable...

`Parse-iOS-SDK` pod has been deprecated in favour of `Parse`. See CocoaPods/Specs#11294. Please update when convenient!

Since I thought `-saveEventually` is supposed to return more or less synchronously, I thought that the RAC extension `rac_saveEventually` would also complete within reasonable time. This is not the case....

See http://blog.parse.com/2014/09/08/announcing-parse-config/

In my attempts to resolve nicklockwood/AutoCoding#13, I loaded HRCoder into the AutoCoding unit test suite. Immediately I saw this error: ![screen shot 2014-03-28 at 15 07 20](https://cloud.githubusercontent.com/assets/430233/2551125/ed837228-b68a-11e3-94f8-788f7067986b.png) The specific lines...

Node-DBI users are encouraged to write code like the following (in Coffeescript): ``` db = new DBWrapper 'sqlite3', { ... } db.connect() console.error 'Failed to connect to database' if not...

I use `react-native-parallax-view` inside of a form-sheet presented modal view on iPad. This means that while the viewport area is 540pt wide, the screen actually is much wider. At present,...