-
### CircuitPython version
```python
Adafruit CircuitPython 7.3.0-dirty on 2022-05-27; PyCubedv05-MRAM with samd51j19
```
### Code/REPL
```python
import msgpack, io
c = io.BytesIO()
msgpack.pack(…
-
This project looks like a great idea.
I was trying to test, but I'm confused a bit.
It took me a minute but I eventually understood that I cannot define my protobuf messages using the actual go…
-
### Problem description
In fragile networks with higher package loss, we often run into issues like the following:
```
× failed to fetch msgpack-python-1.0.8-py311h52f7536_0.conda
├─▶ erro…
-
json.hpp支持char[],但是换成msgpack就编译失败了,
请看看能不能支持一下啊,第三方接口里面有char[],没有办法回避~
---------------
#include
namespace client
{
struct game
{
char ip[32]; // add for test
std::string nam…
-
Would be great if you could serialize/deserialize to/from a `json` object.
-
import json,msgpack,sys,time
a = {'name':'yzy','age':26,'gender':'male','location':'Shenzhen'}
begin_json = time.clock()
for i in range(10000):
in_json = json.dumps(a)
un_json = json.…
-
Since spell_spec.lua was added, this occasionally fails on travis macOS. We need more visibility into "invalid msgpack-rpc string", perhaps we should keep the full request and if this type of failure …
-
Why can't this library unpack empty array?
[These lines seem to stop this case](https://github.com/hideakitai/MsgPack/blob/1f552c31b940d6e9063ee17a4b3fa10c47b27169/MsgPack/Unpacker.h#L1943-L1945)
…
-
Often I want to use `jq` for munging some dataset that is typically a large array of objects, but I don't want to bear the cost of all the repeated keys or the overhead involved in parsing. For these …
-
Running the tests with Python 3.9 gives:
> self =
> ctx = MessagePackMethodContext(
> oob_ctx=None,
> call_start=1603801847.689902,
> call_end=None,
> is_closed=False,
> app= pushe…