automerge-java icon indicating copy to clipboard operation
automerge-java copied to clipboard

Results 5 automerge-java issues
Sort by recently updated
recently updated
newest added

"The heads of the **statre** to start from" => **state**

Occurs for both identical and equal payloads. To reproduce this, receive the same bytes sequence of bytes twice. A `NoSuchElementException` is raised from `Optional` somewhere in `receiveSyncMessage`. It seems that...

The JS lib generates strings as output from `.getHeads`, while the Java API wants `ChangeHash` objects. Perhaps add a string ctor to ChangeHash and/or string arity to `encodeChangesSince`.

The `jni` crate has been significantly updated to improve safety. There are a whole bunch of changes we need to make outlined [here](https://github.com/jni-rs/jni-rs/blob/master/docs/0.21-MIGRATION.md)

Are there any plans for a port of the automerge bindings to kotlin multiplatform so that the one codebase can target iOS, Android, JVM and Browser? It's probably possible by...