msgpack4nim icon indicating copy to clipboard operation
msgpack4nim copied to clipboard

MessagePack serializer/deserializer implementation for Nim / msgpack.org[Nim]

Results 7 msgpack4nim issues
Sort by recently updated
recently updated
newest added

Warnings (that will eventually turn into errors) are raised when unpacking to an object that has properties which are ranges. Here is my object and the type definition for its...

enhancement

When I try to unpack an object type that contains int64 types I get: C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(938) unpack_type C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1085) unpack_type C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1085) unpack_type C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(845) unpack_type...

When I try to install msgpack4nim, I get the following warning. I wanted to open an issue to track this issue. ``` Installing msgpack4nim@>= 0.2.2 Downloading https://github.com/jangko/msgpack4nim using git Warning:...

pending

[nim-serialization](https://github.com/status-im/nim-serialization) looks promising. can we implement msgpack backend for it?

I filed this issue with nimble: https://github.com/nim-lang/nimble/issues/1188 I don't really know what the fix is. The trouble is that this repo's `.gitattributes` file causes a different hash to be computed...

Hey, I'm using your awesome package to pack/unpack big AST (ref nodes) in [Bro package](https://github.com/openpeeps/bro), a wip stylesheet language (alternative to SASSC / DartSass, SassJS.) Unpacking 114mb with `v0.3.1`: `0.734594596`...