Jason Tremper
Jason Tremper
Note that if I setting `__ko_mapping__` on each element in the VM's array, then this does work properly: see http://jsfiddle.net/vkd3nefa/2/ for example
Thank you @StevenRasmussen for the suggestion & the PR. We're not accepting enchancements at this time to focus on stabilizing the pack\unpack component. I've labeled it as an "enhancement" so...
:+1: I am hitting this as well ``` javascript clean: { dest: ['/**', '!/CNAME'] } ``` Note that skipping files seems to work fine when using a destination path with...
@samboylett, I started the process of creating a type definition for Kaluma in [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/67850). Still quite a few components left to do, but got a good start on many of...
@niklauslee or @communix, would you be interested in co-owning the typescript definition files in DefinitelyTyped with me? https://github.com/DefinitelyTyped/DefinitelyTyped/pull/67850#discussion_r1423149517
@leventkaragol, I've been using typescript\webpack with Kaluma pretty successfully with the solution provided in https://github.com/jt000/kaluma-typescript-demo... Does this satisfy your typescript needs?