-
Say using it to diff/patch two versions of articles? Thanks.
-
Thanks for the awesome tool!
When the length of my diff exceeds the minimum length, the `getDiffMatchPatch()` call fails with the following error:
`Error: Cannot find module '../../external/diff_mat…
-
Hi benjamine,
I'm working on an application where there is need for simultaneous collaboration.
We use jsondiffpatch, but we have a problem:
We have a datastructure that looks like a tree, we use ar…
-
Running the shell command:
```
icomoon-build -p ./fonts/selection.json --scss ./css/_icomoon_output.scss --fonts ./fonts
```
just hangs and nothing happens until I force quit. It used to work great …
-
The naming fixer is not working; it should take name IDs 16/17/18 first, and if they don't exist, then it should take name IDs 1/2/4.
For example, https://github.com/davelab6/kalam/blob/master/build…
-
Hi, I'm very interested in using JsonDiffPatch, but can't find how to detect and spell out conflicts between patches. That is, I'm looking for a function that, given the original data and a list of pa…
-
If I'm understanding the docs correctly, it wouldn't make sense for a diff to contain `_2: [ "", 2, 3]`, as that would mean that what was once at position 2 is now at position 2. In other words, it ha…
-
```
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727)
Timestamp: Fri, 13 Dec 2013 15:18:57 UTC
Message: Object does…
-
```
pi@raspberrypi ~/Music/groovebasin $ npm run build
> groovebasin@1.0.1 build /home/pi/Music/groovebasin
> npm install && ./build
npm http GET https://registry.npmjs.org/lastfm
npm http GET https…
-
```
diff2($("#visualdiff"), { a : [{a:1}]}, { a : [{a:1}]})
```
where
```
function diff2(el, config1, config2) {
var diffs = jsondiffpatch.diff(config1, config2);
el.empty();
if (diffs) …