Lucas Bancroft-Baer
Lucas Bancroft-Baer
@NullVoxPopuli the custom reporter has gone through various iterations, and my gist became outdated hence the 404. Here's the latest version I'm aware of: https://github.com/mmelvin0/ember-cli-mocha-reporter Each round of changes has...
+1 as well, great idea to map the three projects side by side
I'm currently wrapping the imports in another jshint ignore, which is starting to get ugly: ``` import Ember from 'ember'; /* jshint ignore: start */ import { requiredAttr, optionalAttr }...
Since JSHint is adamantly not supporting es7 until it stabilizes, is there any way we could programmatically suppress decorator-related JSHint errors until official support does land? Not too familiar with...
:/ here's hoping for es7 decorator-land!
> Do we want these? yes. :+1:
> It should remain there since both apps should be in async mode. It's in the producer section twice, though (I referred to them backwards in my previous comment, corrected...
P.S. I've never done Atom dev, but if I get a chance I'll dig into the source and see about contributing PR(s).
Thanks @truenorth. Will investigate this weekend :D
After looking around for existing solutions, I haven't seen any truly clean Ember datepickers yet that aren't bound to an input field (I'm thinking momentJS and no pikadate/pikaday). I think...