We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What should the lww-set look like when an element has only been deleted (never added). Perhaps the first add timestamp would be null?
{ 'type': 'lww-e-set', 'bias': 'a', 'e': [ ['a', 0], ['b', 1, 2], ['c', 2, 1], ['d', null, 3] // 'd' was deleted and never added in this replica ] }
The text was updated successfully, but these errors were encountered:
Agreed!
Reid Draper [email protected] wrote:
What should the lww-set look like when an element has only been deleted (never added). Perhaps the first add timestamp would be null? { 'type': 'lww-e-set', 'bias': 'a', 'e': [ ['a', 0], ['b', 1, 2], ['c', 2, 1], ['d', null, 3] // 'd' was deleted and never added in this replica ] } Reply to this email directly or view it on GitHub: #2
Reply to this email directly or view it on GitHub: #2
Sorry, something went wrong.
No branches or pull requests
What should the lww-set look like when an element has only been deleted (never added). Perhaps the first add timestamp would be null?
The text was updated successfully, but these errors were encountered: