Va Da

Results 248 issues of Va Da

Node now has `internal/errors.js` module which allows to set static error codes for errors, which is great. Would be good to expose Node's internal error constructors in a new module...

feature request
errors
stale

- [ ] Implement `IReader` which reads from a stream of data (stream of `Uint8Array` objects). - [ ] Implement `IReader` which reads from an array of `Uint8Array`. - [...

Add ability to store more metadata in CRDT, such that two documents can be merged without keeping track of all intermediate patches. Essentially, keep operation IDs (possible other metadata) in...

Create serialization "Interop" codec where document *view* and *metadata* are serialized separately, so that a viewer can still preview the document even if it does not understand JSON CRDT metadata.

Implement [DAG-JSON](https://ipld.io/docs/codecs/known/dag-json/) codec.

Implement [DAG-CBOR](https://ipld.io/specs/codecs/dag-cbor/spec/) support.

Implement this: https://github.com/MailOnline/jest-tap-reporter/pull/49#discussion_r159470393

- When test suite fails show summary of that test suite before assertions. - Before summary table footer show test suite summary. - For failing tests, show a tree of...

- color user `console.log` output - I think Jest used a lib that did it faster than Node's implementation.