Va Da

Results 248 issues of Va Da

- [ ] Add ability to pre-compile JSON Patch to JavaScript code. Challenges: - [ ] It should be compatible the regular implementation. - [ ] Should throw the same...

Explore and implement JSON CRDT using Microsoft DDS (Distributed Data Type) approach.

Extend operations to contain information needed to undo that operation. ## General - [ ] Add ability to `applyPatch` function to automatically augment operations with data necessary for time travel....

- [ ] Add benchmarks. - [ ] Optimize static call hot path.

Implement [JSON URL](https://jsonurl.org/) or similar format where objects and arrays are discriminated.

Currently only `json` nominal encoding for JSON Patch+ operations is validated. Create a way to validate the operation patch regardless of the way it is serialized. Incoming format of operation...

https://onp4.com/@vadim/p/fg2a7qjwrl

https://gun.eco/docs/Conflict-Resolution-with-Guns

Implement operations that treat arrays as sets. See https://github.com/json-patch/json-patch2/issues/8#issuecomment-104723697

Does it work on server side?