-
I built app around chisel endpoints and now looking to provide offline-first access to it.. possible to run built-in chisel server in frontend app / electron ?
-
Most use cases would likely rather replicate a subset of the database as specified by a query rather than all changes occurring on the database.
Query based replication would replicate only the cha…
-
We currently have a simple `cookie` feature that act like the original HTTP cookies -- the server returns a value in `/replicache-pull` and the client sends that value in next request.
We've run in…
-
See: https://discord.com/channels/830183651022471199/830183651022471202/1031283567906541642
I used a debug build to see that error was actually:
We need to handle these errors better and…
-
## Problem
Postgres automatically stores [various system columns](https://www.postgresql.org/docs/current/ddl-system-columns.html) like `xmin`, `xmax`, `cmin`, `cmax` on tables by default. It's pos…
-
we are suffering from lack of structured errors returned by repc:
- we currently check to see if the returned errorstring contains JSLogInfo in order to not log scarily on errors that can happen natu…
-
Proposal: https://www.notion.so/Differential-Client-View-12be3a636c9f404b88d49ecbd100a694
TODOs in repc:
- [x] remove checksum from pull and checksum itself. @phritz
- it is a question if we …
-
- SQLite
- PouchDB which is designed to support offline data synchronization, can use SQLite among several other alternatives for the underlying data storage
- rxdb which is designed to work with Po…
-
### Problem
See #811 for an introduction to this problem.
### Solution
Research methods for clients to come to consensus about what the Vuex state should be. Then do a full resync automatical…
-
We're trying to think about conflicts and merge strategies, so we're wondering whether it's possible, during a push, to know the last version number that the client knew a domain object to be in. On t…