-
There are a lot of cases (particularly when implementing ad hoc optimistic updates) where it would be useful to be able to tell if a given update was caused by action taken by the end user.
For examp…
-
## Supplementary Material: Data Synchronisation in ONE Record
With the ongoing implementation of ONE Record, which provides a robust framework for data sharing within the air cargo industry, buildi…
-
### Issue description
Hello, I stumbled upon this weird issue when was implementing optimistic concurrency scenario.
When I update multiple enity types in one context save changes operation and each…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
**Describe the bug**
When using the codegen cli tool to create my ts definitions for urql graphcache, the prefix for the mutation args for optimistic update functions is always "Mutation". In my …
-
[strophejs 2.0.0](https://github.com/strophe/strophejs/releases/tag/v2.0.0) was just released, which increments the major version but doesn't appear to contain any API changes that would break this pl…
tari updated
8 months ago
-
Mongoose supports [optimistic concurrency](https://mongoosejs.com/docs/guide.html#optimisticConcurrency), which means documents can concurrently be accessed and modified, but are checked for conflicts…
-
We want to be able to support handlers in the form of:
``` javascript
{
begin: (state, action) => {},
end: {
next: (state, action) => {},
throw: (state, action) => {},
}
}
`…
-
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…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…