Carl Sverre

Results 45 issues of Carl Sverre
trafficstars

rename_all_fields was added in 0.29, so this is required for tsify users to use the new feature.

Should be possible to use SQLSync alongside/with MobX

Supercedes #45 In this replication variant, pages are replicated based on their content hash. Thus the current state of the file can be computed from the content store (provides access...

Currently SQLSync wraps SQLite in order to carefully control how SQLite behaves and improve the user experience of using SQLSync. But this makes SQLSync harder to port to new SQLite...

core

Possibly makes #8 and #9 unneeded. A more efficient replication system that only tracks page indexes rather than page contents in the log. The insight is that clients only need...

replication

Figure out how to publish the core sqlsync crate to make it easier for it to be used by other projects. Currently this seems blocked due to the dependencies on...

release

Should be possible to use SQLSync in an Elm application.

The client app needs a way to query the current synchronisation state. - Which databases are subscribed? - How much of our timeline has been sent to the server? -...

Upgrading a reducer requires careful coordination between the server and the client. Need to look at this from the perspective of client-server reducer version mismatch. When this occurs, the server...

reducer

Timelines should be durably stored on the client using #15 and also durably stored on the coordinator. Need to think about what happens if the client loses its timeline state,...

coordinator
cloud