Duplicate ops sent over the wire (Was: What does side mean ? transform(op1, op2, side))
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6.5k
- Forks
- 456
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 5
Description
transform(op1, op2, side)
Side is either 'left' or 'right'. what does that mean, when is it 'left', when is it 'right'.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names transform(op1, op2, side) and reports duplicate operations being sent over the wire. Start by locating this entry point and tracing how the left and right side values are chosen and used. Done means the side semantics and duplicate-operation behavior are understood, with the relevant behavior corrected or clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100