Dylan Marriott

Results 14 issues of Dylan Marriott

Manually invoke the swipe action and simulate it

enhancement

Add the possibility to configure certain things

enhancement

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. ![img_1825](https://cloud.githubusercontent.com/assets/3063279/5874261/b90d89b8-a2ff-11e4-93b1-9af8813b4616.jpg)

bug

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...

I'm using UIBAlertView in multiple project, thanks for your work. Would be useful to have it as a cocoapod. Any plans for that?

The app should provide a complication with the next train / bus leaving.

enhancement

The app should become a watchOS 2 native app.

enhancement

We're not storing the station geolocation inside the Station object. Oh dear!

bug