James Herdman

Results 47 issues of James Herdman

Resolves #381 So, there are two problems with this PR as I see it: - [ ] I don't have tests for addons - [ ] I don't have tests...

I have a "mega component" that lives in an addon. It, of course, has a lot of template lint violations, and some that I'd prefer to deal with slowly. The...

bug

I'm seeing the following error when building against Ember Canary: ``` Template Compiler Error (TemplateCompiler) in ember-basic-dropdown/templates/components/basic-dropdown-content.hbs Cannot read property 'start' of undefined ``` Contents of the log file: ```...

When using the nav to cycle through months, the height of the calendar changes depending on how long or short the month is — this can be seen using the...

under consideration

I'm trying to figure out a weird conflict detected that, as far as I can tell, shouldn't exist. In doing so I realized I have zero insight into how this...

In our application we see the following error: ``` [BABEL] Note: The code generator has deoptimised the styling of "my-app/svgs.js" as it exceeds the max of "100KB" ``` I believe...

The current version of this project specifies a tightly constrained version of ember-cli-babel: https://github.com/minichate/ember-cli-conditional-compile/blob/eb8cb5d8de1ef936f596c223f79febaa85ae7d44/package.json#L54 This results in the following warning when building an application: ``` WARNING: [DEPRECATION] [DEPRECATION] Usage of...

Template lint isn't too thrilled about flag names in templates, it'd really like us to use `this.FLAG` or `@FLAG`. Are either of these suitable, or should it be ignored in...

Feature Request
Help wanted