Russell Belfer

Results 14 comments of Russell Belfer

Any plans to merge this? I'd like to use it :-D

Looks good. I'll try it out and get this merged shortly...

That sounds great. How do you want to tackle it? I'm open to using [CMake](http://www.cmake.org/) or [Gyp](https://code.google.com/p/gyp/) if you want a cross-platform build system. Or we can just keep it...

My plan regarding unicode is that the core library should actually be treating data as raw bytes, not ASCII characters. When it finds spans of differing data, those represent spans...

No problems! It's not like I've ever really written this all down before. Good to write it out.

Just to document it here, one additional bit of complexity with a UTF-8 filter may be dealing correctly with [decomposed unicode characters](http://en.wikipedia.org/wiki/Precomposed_character) and [combining diacritical marks](http://en.wikipedia.org/wiki/Combining_character). In those cases, it...

Good question. I suppose no and yes, but probably more no than yes. When I started this, my goal was to get it to a point that it could be...

@Varriount Sure thing! I'm glad you're interested. Of the diff-match-patch code, so far I've only implemented the basic string-to-string diff and even for that, I've omitted little bits here and...

I did a little bit of tweaking to the project organization - hopefully it won't mess you up too much. Right now, the coding conventions are very similar to those...

Yes, we don't support replace refs currently. It would be a nice thing to add. I'll mark this as a feature request and keep it open. I can't make any...