Gilad Peleg

Results 70 comments of Gilad Peleg

I believe this would be solved by https://github.com/AmpersandJS/ampersand-model/pull/58 Re-open this if it didn't.

This might be fixed by new `&-sync` version. Can you verify?

Thanks for the detailed response. I believe most things here are modeled after Backbone: https://github.com/jashkenas/backbone/blob/master/backbone.js#L1884-L1890 Does `resp` not contain the error and/or the error message? Would you consider submitting a...

Sorry for the late response. You cannot unset a child as it's not a property, but an instance that belongs to the parent. You could try using a `state` property...

@e2jk Did my comment help you solve your problem?

I would add an `append` flag that signals we want to append the subview instead of having it replace the element. This was we maintain backwards compat.

Hey @mmacaula Is this still relevant? Is that bug you found in `set` still present?

Hey @cdaringe Thanks for all the details. Why is `lodash/get` better for package size reduction over `lodash.get` ? Doesn't the roll-up technique work the same on both?

@cdaringe thanks for the info man! I could get the upgrades in some of the packages if you want

@cdaringe Can you verify this is the proper direction? https://github.com/AmpersandJS/ampersand-events/pull/15