Andrew Dixon

Results 9 comments of Andrew Dixon

@jsec, you can add custom rules to `coffeelint.json` in almost the same way. Here's a copy of our custom rules: ``` { "change_adstage_require": { "level": "error", "module": "tools/coffeelint/rules/change_adstage_require.coffee" }, "deprecate_open_notification_bar":...

OK, I changed that line to `$rails generate model AccessTokens ...` with an "s" on the end and all is well. I'd still like to learn more about AccessTokens if...

Came here to suggest this feature too. It looks like there's just a div with a cc-results class on it so hide/show should be pretty simple to do.

I'm also seeing this bug. Mac Yosimite; xterm2; ruby 2.1.5; rails 3.2 with unicorn I did notice that this has gotten worse with the upgrade from ruby 2.0 to 2.1.5...

Is anyone working on this issue? I'm just starting to integrate `ember-cli-notifications` into my application and I will be taking on this task (and a few others).

@ynnoj cool. I should have something in a few weeks (our schedule is crazy right now but this is on the list of things the eventually get done). One other...

@mansona I'd love to start working on the documentation. If you -- and hopefully others -- are willing to answer lots of noob questions, I'll write them into the documentation...

@alexch thanks so much for the workaround. this was driving me crazy.

Very quick fix to get the specs running on my machine. If you're accepting PRs, I'll rewrite to just match for the warning text and not all the formatting.