Ryan Sonnek

Results 7 issues of Ryan Sonnek

Separating the HTML markup from the CSS has been a maintenance painpoint for my project and find that embedding it directly into the CSS documentation would be the most elegant...

4 positional arguments is unwieldy and should be cleaned up with named arguments.

``` bash $ gem install consular-osx ``` [error log](https://gist.github.com/wireframe/0e49d646a218f83f96f1)

Instead of [hardcoding the event name `page viewed`](https://github.com/poteto/ember-metrics/blob/8e5ac364e23129ac69e4dfa6c05d3167ff4dabf7/addon/metrics-adapters/mixpanel.js#L65), allow this to be configurable via the ember-metrics configuration object. example implementation: ```javascript trackPage(options = {}) { const config = get(this, 'config');...

When using wisper listeners in async mode, the model no longer has what attributes have changed which is useful for only firing certain events if a particular attribute has changed....

We have home-rolled our own Rails template for internal applications, and the rails_apps_composer is much more robust, with the exception of not having support for vagrant out of the box....

feature request