-
I have added esp-aws-iot as a submodule to my project. The modules are being picked up correctly by CMake but the compilation fails with the error message below.
```
CMake Error at C:/Espressif/v…
-
Hi,
We currently ask ourself which cbor library we should use in our project : see https://github.com/eclipse/leshan/issues/939
For now we think that maybe `jackson-dataformat-cbor` will be better…
-
### What version of fxamacker/cbor are you using?
2.3.0
### Does this issue reproduce with the latest release?
Yes, this is the latest release
### What OS and CPU architecture are you using (`…
-
The `ockam_api` crate exchanges many structs with the `Controller`. Those structs are serialized using CBOR and should conform to [the `cddl` schema](https://github.com/build-trust/ockam/blob/develop/…
-
When negotiating versions we should ignore versions for which version data
cannot be decoded. We do that only in [`codecHandshake`] which decodes bytes
to `cborg` `Term`, but not in [`acceptOrRefuse`…
coot updated
11 months ago
-
### Describe the bug
The title is something I observed, but I expect that the bug applies to all places requiring timestamp.
I'm trying to migrate the integration tests communicating with Kinesis …
-
Currently, `cbor.Marshaler` interface matches `json.Marshaler` to make it easier for users familiar with encoding/json package.
```Go
type Marshaler interface {
MarshalCBOR() ([]byte, error)
}
…
-
The `ockam_api` crate exchanges many structs with the `Controller`. Those structs are serialized using CBOR and should conform to [the `cddl` schema](https://github.com/build-trust/ockam/blob/develop/…
-
CBOR is faster, smaller than json, no recurse maximum problem and it can have bytes type (JSON cant)
The main thing is - get 3rd party library or write it for Surreal exact case
-
Any plans to extend cbor library with support for string references as described here: http://pod.tst.eu/http://cvs.schmorp.de/CBOR-XS/doc/stringref.pod ?
This would be tremendously useful when seria…