logoot icon indicating copy to clipboard operation
logoot copied to clipboard

JavaScript implementation of the Logoot CRDT

Results 1 logoot issues
Sort by recently updated
recently updated
newest added

I was looking at your implementation, and line 117 looks odd to me: ``` if (min + 1 < MAX) { ``` It seems like this should be `max` not...