You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user changes the paragraph between the time the work is requested and
the time it is returned, or between multiple instantiations of the results, our
data is out of date.
We should diff the returned paragraph to try and match patches back together as
closely as possible. This Google C# library should be useful:
http://code.google.com/p/google-diff-match-patch/
Any patches we cannot identify, we discard.
Original issue reported on code.google.com by [email protected] on 28 Jun 2010 at 7:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jun 2010 at 7:20The text was updated successfully, but these errors were encountered: