Emile J. Bergeron

Results 15 comments of Emile J. Bergeron

I needed a model `reset` and went ahead and made it in the _spirit_ of Backbone. I use this in my personal extension of Backbone. It's better than a simple...

I like the `reset` option as well but I don't think using `delete` on each key is the way to go. Would just replacing the `attributes` hash with a new...

> next-routes is no longer necessary for **the most simple** use cases. Emphasis mine. _next-routes_ should have been in Next from the beginning but it was not. Next.js leaves us...

I also see that the [rule is enabled for JS](https://github.com/Shopify/web-configs/search?q=no-use-before-define) (though with `"nofunc"` which doesn't limit using hoisting), it's then disabled when overriding rules for TS, but the actual TS...

But it never make sense to trigger both `change:computedAttribute` and `change` events at the same time since the callbacks take different arguments. And in certain cases (see #140) the generic...

Could you explain when you would update the computed using `get(true)`? Maybe provide a use case?

It would be best if it was documented (in the root readme) that this is not yet available from the option object passed to `.run`.

In fact, it doesn't work if there are no conflicts in the first project folder.

Nope, even if the file with conflicts is opened, I get the following notification (on version 1.4.1): > Nothing to Merge > No conflicts here! If I remove the first...