Va Da

Results 248 issues of Va Da

Extend JSON Type to support parsing C/C++ struct and union like blobs. Cover all features of [`typebase`](https://github.com/streamich/typebase).

I am working on something very similar, but instead the Node.js will be rewritten in JavaScript. Check it out: https://github.com/streamich/full-js

Currently RESP3 specification allows to encode the same data types in alternative ways because of their different semantic meaning. For example: - A map data can be encoded as: (1)...

It seems RESP v2 and RESP3 do not clearly distinguish between text strings (*strings* for short) and binary strings, clobs, blobs (*binary* for short). I might missing something, if so...

Currently, error types (Simple error and Bulk error) return text strings as errors, however, the specification does not explicitly state that the string is a text string and in which...

- [ ] Add operator to parse JSON. - [ ] Add operator to serialize JSON. - [ ] Support relative `substr` cuts from the end of the string.

- [ ] Reconsider extra final try-catch wrapping - [ ] Simplify runtime context objects