Va Da

Results 248 issues of Va Da

- Consider adding ability to name `tup` elements. - Alternatively, introduce new `vec` type, which is similar to `tup`, but supports named elements, and possibly optional trailing elements. - Alternative,...

Implement JSON Type serialization in Compact JSON encoding format.

- [ ] Move JSON Type CLI to a separate package - [ ] Create a CLI tool for JSON CRDT

Specify built-in first-class support for [`Signals`](https://github.com/tc39/proposal-signals).

- [ ] Design ways to associate JSON CRDT session IDs with a user identity. There could be multiple session IDs representing the same user. There could be various ways...

- [ ] Add ability to store timestamp in JSON CRDT Patch objects. - [ ] `Patch` class - [ ] `verbose` encoding - [ ] `compact` encoding - [...

- [x] Add NPM tags - [x] Cleanup types - [x] Cleanup import paths - [x] Add description --- - [x] Setup `next` branch - [x] Build only es2020

- [ ] Implement method, which can create a new `Patch`, which effectively "reverts" the view changes of some other `Patch`. - Use `PatchLog` for that. Travel only forward in...

Add ability to just read the type of the root value. - [ ] CBOR and DAG-CBOR - [ ] JSON and DAG-JSON - [ ] MessagePack - [ ]...

- [ ] Do not use padding in Base64 codec - [ ] Use shorter mime type for binary type. Instead of `application/octet-stream`, consider: (1) `application/x-binary`; (2) `application/cbor`. Maybe skip...