Matthew DeLambo
Matthew DeLambo
Here's another use case: If you're using webpack with aggressive bundle merging, it's nice to be alerted when a bundle size goes down so that you can reconfigure the `maxSize`.
Are you using one of the popular extensions for nested models?
What's up @akre54, @andriijas - @akre54 - I'm trying to catch up on your backbone pull and look through stickit to see what it would take to go native. I'm...
Would it work if you defined `bindings` as a function? ``` js "bindings": function() { var fullName = model.get("Lic_FirstName") + " " + model.get("Lic_LastName"); return { ... "#Quote_LicenseeID": { observe:...
Really? What version of stickit are you using?
Yes, and sorry for the late reply. If you or anyone would like to be a maintainer, please comment on some issues, create some pull requests or handle other maintenance...
Yes - we just added support for re-initialize a binding through the new `addBinding` api. I'm open to reviewing ideas or pull requests that work better with backbone collections, as...
I'm very sorry for the delay on this @jesseditson. I just merged in a new change and want a 0.2.0 bump. If you're still around, I created #29. Otherwise, I...
Confirmed, this is a bug. We need to look into this.
Would you mind sharing your fork? We could probably help you from there, and hopefully that will inspire a redux starter-kyt.