Dave Herren

Results 13 comments of Dave Herren

I work for a company that sells web apps to the banking/mortgage industry. A lot of our clients (every big name bank you can think of) are slow to move...

I fixed a related issue in #824 which keeps indexOf from being called from registerDependency.

I believe fix #824 supersedes this. The reason indexOf is being called so often is because registerDependency uses an array to track dependencies. The more items in the array, the...

I'll take a look at this problem for the release after the current one I'm working on (which I'm trying like crazy to make the time to wrap up). Thanks...

The problem is that the mapping happens leaves to root so the parent isn't necessarily in a state that's ready to be referenced. One way to handle this is to...

You are right, nullable objects are an issue. I'm working on the fix for this now and it will be in the next release. In the mean time the only...

Sorry to take so long to get back... I'm just finished an updated version of the plugin and I'm trying to rewrite the docs in a hurry. When I release...

I think this might be what you are trying to do: var model = { myItems:[ {key:"test", value:5} ] }; var options = { extend:{ "{root}.myItems[i]": function(user){//extend each item user.isDeleted...