Zach Shipley

Results 15 issues of Zach Shipley

1. Download lavaca-starter 2. run `npm install` 3. observe the error 4. run `sudo npm install`

This was brought up at the Lavaca meeting on 2014-07-23. If pageTransition is specified as a function, call the function. If it's a string, set a class for CSS transitions...

Per Brady, running `grunt pkg` and then `grunt install` (with a device plugged into USB) results in the application showing as installed on the device, but tapping the icon does...

Currently Cordova's "deviceready" event seems to be limited to a one-time callback. It might be nice to have this work like jQuery's document.ready, which accepts multiple invocations and tracks "load",...

Brought up in the Lavaca meeting: example given was doing authentication before routes execute.

This is a big one because this is Lavaca's classical inheritance mechanism. My argument for removing it would be to reduce complexity by removing one level of abstraction. It also...

I'd like to know if anyone knows what this is for. Doing a `git blame` shows that Kelly added it under 7c64abd "refactoring view classes..." Of the projects [PropertyCross, autotrader-web,...

This has always bugged me. I've always wondered why we use Promises in these places: `mvc/View#render` `mvc/View#renderPageView` `mvc/View#renderTemplate` `mvc/ViewManager#load` These sorts of things have never required asynchronicity for me. Turns...

low-priority

Older browsers could use a polyfill. Files which depend on net/History: lavaca/src/mvc/Application.js lavaca/src/mvc/Router.js lavaca/src/mvc/Controller.js lavaca-starter/src/www/js/app/app.js lavaca-starter/src/www/js/app/ui/views/BaseView.js These would need to be checked to conform to the [History API](https://developer.mozilla.org/en-US/docs/Web/API/History).