-
Right now, there's no way to ensure that two changes requested to an entity resolve in the same order here as in the canonical store, which means the caller needs to use a resource mutex to make that …
-
Currently each resource has "identity" via the "type" and "id" top-level keywords at the top-level of a resource, but a resource can be at a different "version" based on updates, etc.
I propose addin…
-
Updating the timing object involves the following steps.
1 an update request is created by the timing object and dispatched to the timing provider
2 the timing provider object processes the update r…
-
## tl;dr
Make a _technically_ **breaking change** to the `collectionData` and `docData` functions to always have `includeMetadataChanges` set to `false` when listening for snapshots.
## Backgrou…
jits updated
11 months ago
-
# Context
While attempting to set up the additional client/server plumbing to enable https://github.com/boardgameio/boardgame.io/issues/723, I ran into a handful of issues with the underlying data …
-
[The mongo 2-phase commit approach](http://docs.mongodb.org/manual/tutorial/perform-two-phase-commits/) can be implemented in this package. It will take some refactoring, but it will ensure better dat…
-
This is a proposal for how we could improve error handling in boardgame.io clients.
**Related:** #592 #218 #828
## Current Situation
Errors happen implicitly and there is no way for a clien…
-
I was running the example in Ecto's doc for [optimistic locking](https://hexdocs.pm/ecto/Ecto.Changeset.html#optimistic_lock/3) while using RethinkDB.Ecto as the adapter.
`Repo.update!(stale_change)`…
-
### Capacitor Version
```
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed De…
-
### Problem Description
I'd like to be able to disable cache replies for a specific domain/fqdn/regex, etc. Use case is that I have monitors setup to test DNS resolution times against my DNS serv…