Brian M Hunt
Brian M Hunt
Hmm. A simpler option might be to batch childNodes by chunks of e.g. 50. In that case we're adding an O(n) splicing operation to the node list, but the splicing...
Thanks for reporting this @krnlde – It's an interesting use case. I'll mull for a bit on the best way to do this. @cervengoc Do you have any thoughts on...
@krnlde I agree.
Thanks @cervengoc – appreciate the insight. :)
@krnlde It's not quite that simple, as @cervengoc points out. I think it's doable, but it'll take some rather cerebral thinking. :)
@cervengoc It totally is atomic, but as you can see from the "recalculating style" in the timeline capture @krnlde posted above, it can be a very long atomic thing. :)
@wilson0x4d your suspicion is correct, this is a relic of the early browser era. These commits in knockout/tko that give TKO support of SVGs in JSX may give some illumination,...
Awesome, that's exactly what I was thinking. It shouldn't be hard; the one caveat is that I'd like to keep tko properly ES6 (i.e. not Typescript). It might be a...
I agree. By descriptors, speaking as someone quite Typescript illiterate, the files that I gather go alongside the .js files that add type-checking to existing functionality. (Is that a thing?...
@caseyWebb Thanks, yes feel free to play around. I agree on the `merge`, `fromJS`. I think tko may have a `once` already, being (I expect) equivalent to `subscribeOnce`. My feelings...