Va Da

Results 248 issues of Va Da

- [ ] Implement [IETF 8742 spec](https://datatracker.ietf.org/doc/html/rfc8742)

- [ ] Implement [IETF 8746 spec](https://datatracker.ietf.org/doc/html/rfc8746)

- See how code performs with `--trace-deopt` and `--trace-opt` Node.js flags enabled.

- [ ] Allow insertion of zero length content.

Typed array use native endianness of the CPU, use `DataView` getters/setter for cross platform compatibility.

Add [FlexBuffers](https://github.com/google/flatbuffers/blob/3e6cd51b6307d680ac8eb6a3f1671fb756228e8b/docs/source/Internals.md#flexbuffers) codec implementation. - [ ] Encoder. - [ ] Decoder.

- [ ] Implement encoder which emits object keys as numbers. I.e. instead of objects, emits CBOR maps, which allow numeric keys.

- [ ] Ability to construct RGA text from local operations and from local concurrent operations, for example, Git commits.

- [ ] Ability to compose existing CRDTs to create new versions of JSON types. - [ ] Ability to create a "movable list" out of maps and LWW registers.

- [ ] Implement JSON pack codecs using an infinite loop and keeping the state in a stack. - [ ] Add ability to pause the encoding/decoding process and store...