Pavel Kalvoda
Pavel Kalvoda
Hi, I came across the following inconsistency: `cbor2diag` ignores width of floating-point numbers and thus is not bijective, as one would expect. The [RFC](https://tools.ietf.org/html/rfc7049#section-6.1) specifies that the width should be...
Currently cbor_encode_half encodes all NaN as 0x007e00, losing the up to 10 data bits in the significant that could preserved. I believe this is a bug in the original implementation...
Since #206, we don't need to run appveyor tests independently. Wee should also add some more recent MSVC versions
See https://github.com/PJK/libcbor/issues/194
In increasing order of usefulness: - Add a full example (+ test) - Provide a ready to use "libcbor.BUILD" - Use Bazel natively (alongside cmake) - We would have to...
http://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml
Current failure looks like this, which is not helpful: ``` +clang-format -version clang-format version 5.0.0 (tags/RELEASE_500/final) +clang-format-8 -version clang-format version 8.0.1-svn360950-1~exp1~20190517011409.67 (branches/release_80) +./clang-format.sh /usr/bin/clang-format-8 +git status +grep 'nothing to commit,...