-
_Edited on Jan 10, 2020 to say "produce different outputs given the same inputs among different implementations" and updated definitions of 3 default configurations._
_Edited on Jan 11, 2020 to clari…
-
__UPDATED (Feb. 5, 2020 10:51 PM CST)__: added new functions `DecModeWithSharedTags` and `EncModeWithSharedTags` in "API Related to CBOR Tags"
:new: A shared TagSet can be used as a tag registry a…
-
There's a few threads in different places about what the default size node size max should be and what kinds of restrictions we should place on node size in general.
Regardless of where we end up w…
-
I found what seems to be a small bug or at least a behavior that is different than I expected. When attempting to decode cbor map bytes into a struct decorated with `toarray`, `Unmarshal` does not re…
-
We need a spec about handling of whitespace in dag-json encodings.
I recently ran into a fun situation. I have some code which emits json, in pretty print format. This pretty printing includes a …
-
I'm curious why [cbor_encoder_close_container](https://github.com/intel/tinycbor/blob/master/src/cborencoder.c#544) advances the `data.ptr` of `encoder`? It seems that doing that, it loses the beginni…
-
httpie by default uses `Accept: application/json, */*`. When importing the implicit marshallers provided by `io.bullet.borer.compat.akkaHttp._`, borer decides to use CBOR for strings. This can be deal…
-
https://github.com/edgexfoundry/device-sdk-go/blob/master/pkg/models/commandvalue.go#L133-L136
`
BinValue is a CBOR encoded binary value with a maximum capacity of 1MB, used to hold binary values re…
-
Currently, the CBOR feature of the library only supports writing strings out as UTF-8 and doesn't support byte arrays as described in the CBOR standard. I'd like to implement COSE on top of this libra…
-
Can build from master, but lots of warnings, I am getting these library dependency issues.
```
https://repo1.maven.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar
100.0% [######…