Pavel Kalvoda

Results 25 issues of 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...

bug
help wanted

Since #206, we don't need to run appveyor tests independently. Wee should also add some more recent MSVC versions

help wanted
Process/Infrastructure

See https://github.com/PJK/libcbor/issues/194

help wanted
Documentation

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...

help wanted
Improvement

http://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml

help wanted
Improvement

See #148 for context

Process/Infrastructure

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,...

Process/Infrastructure
Documentation

Following up on #84

help wanted
Security

Process/Infrastructure
Documentation