issues
search
automerge
/
automerge-repo-swift
Extends the Automerge-swift library, providing support for working with multiple Automerge documents at once, with pluggable network and storage providers.
https://swiftpackageindex.com/automerge/automerge-repo-swift/documentation/automergerepo
MIT License
23
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
cleaning up documentation - resolving warnings, tweaking a few abstra…
#123
heckj
closed
3 days ago
0
`WebSocketProvider` accepts an `URLRequest` to connect
#122
marionauta
closed
3 days ago
1
verifying with dependency updates
#121
heckj
closed
1 month ago
0
Save pending changes
#120
MilesV64
closed
2 months ago
0
leaving statePublisher on WebSocketProvider isolated to the actor
#119
heckj
closed
3 months ago
0
allow setting the logVerbosity of Documents created within the repo
#118
diederich
closed
2 months ago
4
quickfix of public import warning
#117
heckj
closed
3 months ago
0
updating imports to be explicitly public for swift6 modes in Xcode 16
#116
heckj
closed
3 months ago
0
fix build with Xcode 16 by disabling `InternalImportsByDefault`
#115
diederich
closed
3 months ago
2
updating sync-on-create to obey repository preferences from sharePolicy
#114
heckj
closed
4 months ago
0
reproduction of issue 106: no history available when repo.find() is invoked and the repo has a storage provider
#113
heckj
closed
4 months ago
0
updating Integration tests, and adding explicit example from issue 106
#112
heckj
closed
4 months ago
0
updating and verifying with the latest point release updates
#111
heckj
closed
4 months ago
0
fix SPI file with proper schema name for Xcodebuild targets
#110
heckj
closed
5 months ago
0
Updated to support visionOS
#109
cklokmose
closed
5 months ago
0
DocumentId doesn't always convert down to String and back
#108
heckj
closed
5 months ago
2
ignore sync requests for deleted documents
#107
heckj
closed
5 months ago
0
Document added to repo doesn't seem to get state from web socket peer until it sends state of own
#106
jessegrosjean
closed
4 months ago
18
Exception in Repo.updateDoc when document has been deleted locally
#105
jessegrosjean
closed
5 months ago
4
flaky test - testCreateAndObserveChange
#104
heckj
closed
5 months ago
0
identified flaky test from PR runs, marking for fixing
#103
heckj
closed
5 months ago
0
Use TaskGroup to wait on network activating or retry timeout, whichever is first
#102
jessegrosjean
closed
5 months ago
2
Max web socket retry config
#101
heckj
closed
5 months ago
0
add configurable find timeout when waiting for responses from peers
#100
heckj
closed
5 months ago
0
rename some of the repo API (half of `create`) to `import`
#99
heckj
closed
5 months ago
10
deduplicates state update events
#98
heckj
closed
5 months ago
0
add a Storage Provider that works against an iOS or macOS provided fileURL
#97
heckj
opened
5 months ago
2
Add repo.load
#96
jessegrosjean
closed
5 months ago
7
What is expected behavior if I create/delete/create using the same ID?
#95
jessegrosjean
closed
5 months ago
1
at the risk of duplicate state notifications, adding in a few spots o…
#94
heckj
closed
5 months ago
0
Find assert failure
#93
heckj
closed
5 months ago
0
Assert failing in WebSocketProvider.connect after repo.find
#92
jessegrosjean
closed
5 months ago
6
switch to currentValueSubject to provide an initial value of current …
#91
heckj
closed
5 months ago
0
adds state published to WebSocketNetworkProvider
#90
heckj
closed
5 months ago
3
Add maximum retry configuration to WebSocket network provider
#89
heckj
closed
5 months ago
0
add combine publisher to provide information about state updates in WebSocketNetworkProvider
#88
heckj
closed
5 months ago
0
add network availability event feed into WebSocket to inform retry loops
#87
heckj
closed
5 months ago
5
terminate loop and attempt to reconnect if error reading websocket
#86
heckj
closed
5 months ago
0
illustrating hang in repo.find
#85
heckj
closed
5 months ago
0
Repo.find behavior
#84
jessegrosjean
closed
5 months ago
5
Infinite WEBSOCKET: Error reading websocket scenarios
#83
jessegrosjean
closed
5 months ago
14
duplicate IDs and repository create
#82
heckj
closed
5 months ago
1
sets peered=false on disconnect()
#81
heckj
closed
5 months ago
0
WebSocketProvider: Connect - Disconnect - Connect always fails
#80
jessegrosjean
closed
5 months ago
1
Should create multiple documents with same id throw error?
#79
jessegrosjean
closed
4 months ago
36
API and doc cleanup
#78
heckj
closed
6 months ago
0
adding logging messages on throwing of errors
#77
heckj
closed
6 months ago
0
fix observer to only attempt to save once on a document change notifi…
#76
heckj
closed
6 months ago
0
adding more tracing detail on failure condition
#75
heckj
closed
6 months ago
0
More tracing
#74
heckj
closed
6 months ago
0
Next