issues
search
automerge
/
automerge-repo-rs
MIT License
39
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Peer state
#72
alexjg
opened
2 days ago
0
distributed-bakery: can't run --customer-id 2: `Result::unwrap()` on an `Err` value: Unexpected(None)
#71
bbigras
opened
5 months ago
0
My repository only accepts 10 changes
#70
pierreprinetti
opened
5 months ago
2
Need NetworkAdapter
#69
RustLoverTheCoder
opened
6 months ago
1
Request an example of sqlite
#68
RustLoverTheCoder
opened
6 months ago
0
Update protocol to match automerge-repo JS 1.0
#67
alexjg
opened
11 months ago
0
Remove DocState::LocallyCreatedButNotEdited
#66
alexjg
closed
11 months ago
0
Add a string payload to RepoError::Incorrect
#65
alexjg
closed
11 months ago
0
Use base58 encoded UUIDs for document IDs
#64
alexjg
closed
11 months ago
0
Better websockets
#63
alexjg
closed
12 months ago
0
Add a SharePolicy
#62
alexjg
closed
11 months ago
3
adds tokio_util to test to resolve local build/test error from compiler
#61
heckj
closed
12 months ago
1
Improve saving and noting changes workflow
#60
gterzian
opened
12 months ago
1
Clean up tests a little
#59
alexjg
closed
1 year ago
3
Upgrade to automerge 0.5; fix compaction
#58
teohhanhui
closed
11 months ago
5
Make DocHande !Sync
#57
teohhanhui
closed
12 months ago
5
Do not use the system's tmp dir
#56
teohhanhui
closed
1 year ago
7
Fix clippy lints
#55
teohhanhui
closed
1 year ago
2
Fix FsStore::list and path parsing
#54
teohhanhui
closed
1 year ago
2
Make with_doc_mut take a mutable reference to doc handle
#53
gterzian
opened
1 year ago
0
Currently unidentified bug in fs_store.rs::compact that results in data loss.
#52
issackelly
opened
1 year ago
3
Review concepts of "document has changed", avoid race conditions
#51
gterzian
opened
1 year ago
3
Draft: Items I am changing to test under load and have an RC into production
#50
issackelly
opened
1 year ago
0
Fix minor test bug.
#49
issackelly
closed
1 year ago
4
This commit has fixes for path partsing and it uses the root for temp files
#48
issackelly
opened
1 year ago
2
On the semantics of save and sync interaction
#47
gterzian
opened
1 year ago
1
Remove `load` API
#46
gterzian
opened
1 year ago
4
Remove unnenecessary sending of first sync messages
#45
gterzian
closed
1 year ago
2
Debug sync performance
#44
gterzian
closed
1 year ago
1
Be consistent with package name
#43
alexjg
opened
1 year ago
0
Bakery example: fix ordering
#42
gterzian
closed
1 year ago
0
Bakery nits(2)
#41
gterzian
closed
1 year ago
0
Bakery nits
#40
gterzian
closed
1 year ago
0
Remove unused lifetime in storage impl for bakery
#39
gterzian
closed
1 year ago
0
Make it easier to write integration tests
#38
teohhanhui
opened
1 year ago
1
Fix bakery
#37
gterzian
closed
1 year ago
0
`test_document_changed_locally` is flaky
#36
alexjg
closed
1 year ago
1
Fix windows CI by not specifying bash as step.shell
#35
alexjg
closed
1 year ago
0
Split tokio feature into tokio and tokio-tungstenite
#34
teohhanhui
closed
1 year ago
5
CI
#33
alexjg
closed
1 year ago
0
Remove unnecessary trait bound
#32
teohhanhui
closed
1 year ago
4
Filesystem storage
#31
alexjg
closed
1 year ago
0
Implement no-op hasher for Id's
#30
gterzian
opened
1 year ago
0
Add CI
#29
gterzian
closed
1 year ago
0
Fix decoder
#28
gterzian
closed
1 year ago
0
Message decoder broken
#27
gterzian
closed
1 year ago
1
Js interop
#26
alexjg
closed
1 year ago
2
Distributed bakery example, bug fixes
#25
gterzian
closed
1 year ago
9
Consider `Arc<RwLock<Doc>>` instead of `Arc<Mutex<Doc>>`
#24
teohhanhui
closed
1 year ago
2
Consider COBS framing
#23
teohhanhui
closed
1 year ago
1
Next