Va Da

Results 248 issues of Va Da

Add keywords to `package.json`.

enhancement

- [x] Make `change` events synchronous? - [x] Implement React's "sync store" interface. - [x] For `ModelApi`. - [x] For every node. - [x] Add `FanOut`. - [x] For `ModelApi`...

- [ ] Consider ability of "baking" into a JSON CRDT document schema at its creation time. After that patches succeed only if they result in a valid document according...

Implement radix tree version which supports binary blobs as keys.

Create a CBOR superset of Redis RESP codec. Introduce CBOR tags for RESP-specific types: - [ ] Error - [ ] Hello handshake - [ ] Connection handshake - [...

- [ ] Support ability to pass in "connection ID" to JSON Rx RPC server, which is persistent per client session. It should allow to keep the same virtual connection...

- [ ] Add ability to emit JTD from JSON Type - [x] `bool` - [x] `num` - [x] `str` - [ ] `arr` - [ ] `obj` - [...

- [ ] Ability to define `void` type, such that in JSON Rx RPC it can be used as empty method response. - [ ] Transition `ReactiveRPC` to `ObjectValue` -...

- [x] Allow to intertwine schema with underlying implementations and objects, to allow GraphQL like schema construction. - [x] Use the `Value` type for it. Name: *JSON Type Value*. -...

Re-export `const enum` as regular `enum`. - [ ] `json-crdt` node types. - [ ] `json-pack` codecs.