neovim / node-client

Nvim Node.js client and plugin host
https://neovim.io/node-client/
MIT License
492 stars 53 forks source link

deps: use msgpackr #221

Open justinmk opened 1 year ago

justinmk commented 1 year ago

Evaluate if it's worth switching to https://www.npmjs.com/package/msgpackr instead of our current msgpack dependency.

gjf7 commented 1 month ago

It appears that msgpackr does not support using 0 as an extension type code. https://github.com/kriszyp/msgpackr/issues/150

justinmk commented 1 month ago

Thank you for mentioning that. Arg, I really wish we hadn't played with "extension types".