strangelooper

Results 6 comments of strangelooper

I'm seeing failing tests just on master itself, I've tried fixing some of those but there's still a few more. When I get some time I'll go back and try...

@rwwagner90 I did see that issue while researching this one. It did fix some of my other ember-redux related issues I saw. Do you want me to create a pr...

Is someone going to reopen this or should we create a new bug report...?

👍 this is the culprit: https://github.com/cibernox/ember-power-calendar/blob/master/index.js#L12 I think maybe we can use `this.ui.writeError` instead of throwing an error? Not a great fix, but I'm not sure if there's an alternative.

Just realized that while my routes and controllers get their paths flattened and converted to long filenames, my templates do not. So `controllers/some/path/foo.js` gets converted to `controllers/some-path-foo.js` but my templates...

Oh, came here for this - the README says compat with 3.12 - but I think 3.15 might be more accurate (since the package.json says ember octane)