Highlights
- Pro
Pinned
616 contributions in the last year
Less
More
Contribution activity
May 2021
Created 58 commits in 5 repositories
Created 2 repositories
- ept/debs-keynote TeX
- ept/core-js JavaScript
Created a pull request in automerge/automerge that received 9 comments
Improve performance of repeated calls to Automerge.merge()
Previously, Automerge.merge(localDoc, remoteDoc) would get all changes from remoteDoc and apply them to localDoc, relying on the built-in change de…
+55
−944
•
9
comments
Opened 3 other pull requests in 1 repository
automerge/automerge
1
open
2
merged
Created an issue in automerge/automerge that received 2 comments
Explicitly distinguish integers and floating-point values
When binary-encoding a change or a document, Automerge-JS uses the following logic to decide whether to encode a number as an integer or as floatin…
2
comments