-
A diff-editor-esque side-by-side comparison of cards (likely uses ``, not an `Editor` or a `CardBoard`)
Depends on:
- [ ] Commits/Last Proposed State
- [ ] Diffing Algorithm
-
Add something similar to the feature described here:
https://github.com/pointfreeco/swift-snapshot-testing/pull/628
This lib might help with the color math?
https://github.com/ajalt/colormath
-
Implement file diffing such that:
* only the differences are copied
* detects file move/rename
* hashes files with the same modification time and size
-
Build up on https://github.com/pulumi/pulumi-terraform-bridge/issues/2294 by improving array diffs to show minimal changes. This implies using a minimum edit distance over PropertyValue[] sequences. C…
-
for determining which parts of the DOM need to be updated.
- [ ] Data structures for representing the DOM - for storing the current state of the page.
- [ ] Algorithm for comparing the current and…
-
**Epics:** https://github.com/elastic/security-team/issues/1974 (internal), https://github.com/elastic/kibana/issues/174168
## Summary
Implement an algorithm for diffing and merging changes in the a…
-
Currently:
- When asking PearAI to generate code, and using the "Apply" button to make changes to the file, sometimes it does not input the code at the right place, or simply does not apply it correct…
-
Hey @chinedufn :D Here's feedback as requested. It's mostly about what we got wrong in Choo's diffing, and what we would do differently if we had the chance to start from scratch. Hope it comes in use…
-
So we have a slight diffing problem — not only are we fairly slow at updating, reordering nodes is also suboptimal. This means that some reorders can be surprising at the worst case, and in a worst ca…
-
Hello there! Would improving the diff algorithm be considered / easy-to-do in this case?
```
E AssertionError: assert ['scaling', '...en', 'scroll'] == ['score', 'screen', 'scroll']
E …