tko icon indicating copy to clipboard operation
tko copied to clipboard

🥊 Technical Knockout – The Monorepo for Knockout.js (4.0+)

Results 68 tko issues
Sort by recently updated
recently updated
newest added

As far as I know, TKO uses a custom lightweight parser instead of eval nowadays. Correct me if I'm wrong. I stumbled upon this issue while using knockout-decorators. The decorators...

This is a PR to update the build process since many of the dev dependencies were out of date, making merging e.g. #62 challenging.

It should be possible to apply bindings to nodeType 11 (Document Fragment). Among other cases, the shadowRoot of a Shadow DOM / Web Component is a document fragment. Currently, it...

Includes #62, rebased w/ latest tko master, build process fixed. _Note: I haven't actually reviewed the work by @Sebazzz, nor tried anything in the browser. This is just bringing that...

**Work in progress** As discussed in #6, initial Typescriptification of the core `tko.utils` package. This first pull request will set the direction for further Typescriptification, so let's get it right...

## Background Flowing from #130 and started implementing in #111, I am revisiting the build process. The last time we looked at this the build process was very challenging for...

There are a number of housekeeping issues that need some attention: 1. updates the package dependencies to the latest versions 2. look at how `leana` is used and whether it's...

Let's assume I have N different components which are parts of some general component C. Component C initially is hidden (let it be "if" binding but no matter), when it...

Basically I want one main observable array to act as as a "view" for other arrays, in 3.5 I could use: `model.array(model.other_array)` this way I can switch between arrays. But...

When using multiple bindings in the same data-bind expression, we get different error messages if we have/have not child bindings. ```html ``` Vs. ```html ``` In the first case, we...