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
We want our diff algorithm to feel better to use. We are currently using the diff library to implement diffs (see the file findDiffs for our implementation).
The main issues are:
Creating too many diffs, which a human would join together.
Abuply changing diffs when the user creates / removes newlines.
If you have a smoother diffing algorithm in mind, we are open to contributions to the findDiffs.ts file.
The text was updated successfully, but these errors were encountered:
We want our diff algorithm to feel better to use. We are currently using the
diff
library to implement diffs (see the file findDiffs for our implementation).The main issues are:
If you have a smoother diffing algorithm in mind, we are open to contributions to the findDiffs.ts file.
The text was updated successfully, but these errors were encountered: