-
I will use this issue as a kind of bookmark to store all information about number handling issues/questions in Leshan.
In a general way, our encoder/decoder have to deal with different kind of numb…
-
Some applications have memory constraints, and would prefer to avoid providing DER codecs implementation.
Other apps are security-paranoid, and consider ASN.1 and DER too big a risk to use.
Finally,…
-
There is a draft RFC to be published soon which adds support for packed/typed arrays in CBOR, see the [current version](https://tools.ietf.org/html/draft-jroatch-cbor-tags-02). As one of the original …
-
Hi,
please look at this example:
document
```json
{
"@context": "https://raw.githubusercontent.com/filip26/iridium-cbor-ld/main/src/test/resources/com/apicatalog/cborld/encoder/0025-context.j…
-
**What is your use-case and why do you need this feature?**
I would like to create SDK for my API, that will be able to skip unknown types from new version. For example:
```
@Serializable
class …
-
I noticed that Lotus is being fuzzed and I have worked on setting up continuous fuzzing of Lotus through the OSS-fuzz project: https://github.com/google/oss-fuzz/pull/4957
OSS-fuzz is a project by …
-
Should be possible to asynchronously encode object with some values of type Stream and return stream which will emit encoded data continuously.
CBOR supports indefinite byte buffers: https://tools.…
-
I've been working on UCAN based RPC system that encodes request / responses into set of CBOR blocks in a CAR. Unfortunately it proved challenging to not encounter errors from CBOR codec due to some fi…
-
Hi @kriszyp
I am trying to use this package on env other than node and browser which doesn't have global or any browser/node based functions.
Executing on V8 gives undefined error for the global …
-
As outlined in https://github.com/RobotWebTools/rosbridge_suite/issues/370 I have some problems when sending a large amount of messages with arrays as they need to be encoded and decoded. In the above…