Roy Jacobs
Roy Jacobs
I put a sample [here](http://jsfiddle.net/jgt3B/).
Excellent, thanks! Now all that's needed is a simple workaround for the lack of `hasWriteFunction` in the release build of KO and I think we're good to release.
It has now been merged, I also fixed the `hasWriteFunction` stuff, so it will just work with the release version of Knockout. @drdamour @lisandropuzzolo : Can you guys confirm 0cfd93c3f55e07207ea7ec1b732f6b2562d047b0...
Yes, seems I was too hasty with the fix. Thanks for reviewing. @drdamour It's indeed a way to reset the nesting count regardless of problems during mapping. This was previously...
@drdamour @lisandropuzzolo Can you guys test af662c614f14e793b33af64e934a412893bee1d1? It should be okay now. Instead of resetting this counter (which is basicaly I hack), the `finally` block now contains the decrease of...
The only way to do that currently is by splitting up your model into parts and doing mapping of those parts individually (i.e. multiple `ko.mapping.fromJS` statements, each in a separate...
Thanks for moving this. I'm hopefully able to look at this soon.
Yes, this should be possible to add in precisely the way you proposed. If you want to give it a shot, feel free to do so. :) Otherwise it'll be...
I'm not sure why you are creating a computed within a create callback like that, but regardless, a computed will only get evaluated and initialized after mapping is complete. This...
Can you add a failing unit test to illustrate the problem (and perhaps, if you like, also implement your fix) and send a pull request?