-
Can you please provide build instructions for non-root users ?
```
Successfully installed Tensile-4.33.0 msgpack-1.0.7
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] T…
-
Hi @sagikazarmark,
I came across your repository and was surprised by your conclusion about slow msgpack serialization. After reading the sources, I realised that you benchmark a msgpack library wr…
-
Hey!
After an issue in our app, I started some debugging. After some time, I found an issue with running ormsgpack==1.6.0 with pydantic >= 2.10.0.
Example:
```python
from pydantic import BaseM…
-
Hi, guys.
Could you please add support for msgpack (http://msgpack.org) in grape? I've found https://github.com/rosylilly/grape-msgpack, but i think it will be better to have msgpack support as part o…
-
**Is your feature request related to a problem? Please describe.**
[ResStock supports a variety of output format for timeseries and annual results.](https://github.com/NREL/resstock/blob/develop/reso…
-
Hi
Happy to see JSON serialization and other options. Any plans to also support Msgpack as well?
https://github.com/msgpack/msgpack-php
-
-
Any plans on implementing [Neovim's msgpack interface](https://neovim.io/doc/user/msgpack_rpc.html)? It would be quite interesting to have plugins that are compatible with both Rim and Neovim.
-
is msgpack implement?
-
Support streaming deserialization for msgpack.
[Streaming deserialization](http://ruby.msgpack.org/#label-Streaming+deserialization)
``` ruby
# deserialize objects from an IO
u = MessagePack::Unpack…