-
Large HTML attributes cause excessive backtracking in `attribute.exec`, and fail due to call stack size exhaustion!
https://github.com/tbranyen/diffhtml/blob/39b94aab3983d45e8429ee9f0b02850c80f5103…
-
Есть утилиты которые атомарно изменяют DOM не используя virtual DOM. Есть мысль прикрутить morphdom к i-bem.js. Однако, есть сомнения что затея сработает. Например, непонятно что будет с событиями, бу…
-
> Une belle base pour developer des composants / widgets / views
belbase is bel-based.
Provides higher lvl API to yo-yo and bel, possibly diffhtml / vdom.
related: mklabs/yov
-
I'm liking the output of `sdiff` but each "segment" is a separate object. Would it be possible to merge adjacent objects with similar actions into 1 object?
In my case I'm feeding in arrays of senten…
-
Anyway to print the result with `` and `` tag?
```
var first = "This is a paragraph"
var second= "This is a changed paragraph"
var diff = htmlDiffer.diffHtml(first , second);
// Should resu…
-
I'm a bit constrained on time, so posting it here if anyone wants to dabble in some mad science.
`virtual-dom` can be rendered safely in a WebWorker because it produces a patch that is serializable a…
-
Hello,
I created a page to test diffhtml and it works great of firefox on my laptop.
But with my old iPad, `window.diff` stays undefined.
Not sure how to proceed from there because I am not a web…
-
### Step -1: Before filling an issue check out troubleshooting section
- Go to [README.md#Troubleshooting](https://github.com/rtfpessoa/diff2html#troubleshooting)
### Step 0: Describe your envir…
-
I am currently in the process of rewriting the >5 year old HTML parser that currently exists. The existing parser is a fork of [node-fast-html-parser](https://github.com/ashi009/node-fast-html-parser)…
-
I understand that as an early adopter using technology like Web Components, I cannot expect the existing tooling I'm accustomed to, to "just work". Although in the case of Semantic UI, I'm worried th…