Blaine Price
Blaine Price
Following [this guide](http://threeninetyfive.net/blog/2015/07/14/sails-permissions-by-example/), I was unable to authenticate passing identifier and password to `POST /auth/local`. After downgrading sails-auth to 1.3.1, everything worked as expected.
When trying the [Levee Basic Example](https://github.com/krakenjs/levee#basic-usage), the following error gets thrown. ```bash Williams-MacBook-Pro:levee-basic-example blaine$ node index.js /Users/blaine/Documents/node_modules/wreck/lib/index.js:474 return this._shortcutWrap('GET', uri, options, callback); ^ TypeError: this._shortcutWrap is not a function at...
Companion issue to https://github.com/Code4HR/hrt-bus-finder/issues/145 When the feed is stale (let's say 30+ minutes), it would be helpful if the API could email the maintainers of the project at [email protected] ##...
Kevin Curry and Kevin Griffin have reported that the front-end will deliver different time-to-arrival estimations for different users standing next to each other. To get around this, please create an...
We should create a document describing common issues that may come up and how to fix/troubleshoot. e.g. # Issues ## Trip times are missing or stale The CSV published by...
^^ ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27473165-views-that-are-not-the-route-view-are-kind-of-ugly?utm_campaign=plugin&utm_content=tracker%2F161853&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F161853&utm_medium=issues&utm_source=github).
Seems like every time we show this off, it's on a desktop or other large screen. We should include an alternate layout for larger screens like tablets and desktops. ##...
Right now, all the bus finder logic is in single file. We should split apart the file to make the code easier to manage. Use Browserify to stitch everything back...