Dylan Marriott
Dylan Marriott
For anybody that's looking to connect to a database with SSL, I got it to work by modifying `agendash-standalone.js`. Replace line 21 with: ``` const certFileBuf = fs.readFileSync( "mycert.pem" );...
One user reported seeing "No Data" in the TodayWidget. He was able to access the csv of bitcoinaverage on the same device. 
Made it non opaque and now uses drawViewHierarchyInRect to support SpritKit / OpenGL.
The setup code inside `viewWillAppear` should only be performed once. Inside my app it happens that I push a view controller and when navigating back `viewWillAppear` is called again. This...
Cocoapod
I'm using UIBAlertView in multiple project, thanks for your work. Would be useful to have it as a cocoapod. Any plans for that?
We're not storing the station geolocation inside the Station object. Oh dear!