-
After adding and calling `msgpack.h` , compiling the code makes an error
```
/workspaces/call-exchange-service/third_party/msgpack/include/msgpack.h:969:7: error: no member named 'pack' in 'domain:…
-
We should try to reimplement the msgPack format from spacy. [https://msgpack.org/](https://msgpack.org) should be helpful. Maybe also implement import.
-
As suggested by Martin Sjoelund, there's not reason not to use msgpack integers for lengths.
-
The fork of msgpack-rpc-ruby that the rb_call uses, namely https://github.com/yohm/msgpack-rpc-ruby, does not have its issues configured. Therefore there is no place to submit bug reports.
```
$ b…
-
serde_json supports enums:
| Kind | Enum field |
|--|--|
| Unit | `"field": "Unit",`
| Newtype | `"field": { "Newtype": 42 },`
| Tuple | `"field": { "Tuple": [42, "answer"] },`
| Struct | `"fiel…
-
I've been trying to use the package to work with some multi-dimensional numpy arrays, unfortunately it does not seem to work
```python
>>> import numpy as np
>>> import msgpack_numpy
>>> packed …
Bomsw updated
4 months ago
-
`Vec` is a commonly used field type for arbitrary data blobs.
-
### Question
Any plans on adding built-in support of object serialization as integer keyed maps? Or maybe there is an extension package available already? As mentioned in #265 this can be done using …
-
It seems `loads` in msgpack-python 1.0 now returns a string (it was bytes previously), so doing
https://github.com/cosminbasca/asciinet/blob/cec4d1f18d4c568622f3b51b9798c4502abf1cdc/pyasciinet/asci…
teake updated
3 years ago
-
`"D:\Program Installation\Anaconda\envs\Airsim_DRL\python.exe" D:\PycharmProjects\Airsim_DRL\scripts\start_train_with_plot.py
init training thread
Traceback (most recent call last):
File "D:\P…