Nicholas Rutherford

Results 32 comments of Nicholas Rutherford

Yes certainly, I will try to make time for this soon. > On 2 Mar 2017, at 06:33, Matthew McEachen wrote: > > It seems absolutely reasonable for this to...

Quick update: I've [asked a colleague to work on this](https://github.com/lingaramo/closure_tree/tree/not_null_integer_order_column). I'm aiming to review and send a PR within the next few weeks.

I'm also seeing it in an app with ember-css-modules after upgrading to 4.2. I found this in a project search, maybe someone comitted this by mistake (or is this generated?):...

I'd like to suggest documenting this as unsupported in the matcher documentation. It should just set out that you need to be delegating to another method on the subject. Then...

How should foo be loaded? I had issues trying to do this sort of thing, as in the following code. For the below I have answers belonging to answer-sets, with...

This kind of trouble is one reason I want to use this instead of acts-as-list. I'd hoped there would be a validator or before-save hook handling this, and if not...

Great, thanks for the explanation & links.

Does this only affect `exclude_ember_deps` or break the addon entirely? What about apps that don't use that feature?

I think you may be able to replace `{{es-view` in templates/components/question-display.hbs with ``` {{component innerComponent hide="hide"}} ``` and remove the initializer code that loads up the deprecated es-view.

That sounds normal: http://ember-cli.com/user-guide/#testing > Alternatively you can run the tests in your regular browser using the QUnit interface. Run ember server and navigate to http://localhost:4200/tests. When the app runs...