automerge / automerge-classic

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
http://automerge.org/
MIT License
14.76k stars 467 forks source link

Fix exception "Zero-length runs are not allowed" in BooleanDecoder #442

Closed ept closed 2 years ago

ept commented 2 years ago

This should fix issue #441. @cgauld, please could you give it a try?