-
```
[nimsuggest chk] type mismatch: got 'int' for 'if isNegInt5(this): negInt5Value(this) else: 4919' but expected 'uint8'
[nimsuggest chk] type mismatch: got 'uint32' for 'this.strLen32' but expect…
-
### Description
Per the [documentation of UNSET](https://jcristharif.com/msgspec/supported-types.html#unset):
> During encoding, any field containing UNSET is omitted from the message.
Unfortun…
-
Instead of maintaining a custom binary output format, masscan could use [libmsgpack](https://msgpack.org/index.html) to encode/decode the binary data from/to the struct fields.
-
It was requested to support `takes_raw_args` option on the storage. It would require to introduce a new function `vshard.storage.callraw` which would take `msgpack.object` value instead of normal argu…
-
Vulnerable Library - msgpack5-4.0.2.tgz
A msgpack v5 implementation for node.js and the browser, with extension points
Library home page: https://registry.npmjs.org/msgpack5/-/msgpack5-4.0.2.tgz
Pat…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
Click to expand
```
software -> celery:4.2.0rc3 (windowlicker) kombu:4.1.0 py:3.6.5
billiard:3.5.0…
-
tests/test-stream.js and tests/test-stream-disjoint.js are outdated.
Perhaps it's time to change all of msgpack.Stream over to new node 0.10.x Streams.
-
-
Customer reports the following error on publishing (payload just text, or null, not a binary) from Ably on an EC2 instance:
```
13:39:36.067 Ably: WebSocketTransport.onWsData(): Unexpected exception …
-
**Is your feature request related to a problem? Please describe.**
It would be useful to support serialization and parsing of slice objects.
For example,
```
@dataclass
class Foo(DataClassMessa…