Jason Kotzin

Results 2 issues of Jason Kotzin

I can successfully run the app on synology hardware without any issue. I get some log output, but no errors, even when debug level logging is enabled. I can see...

NeedsInvestigation

I believe this line: ` *it->cur == (NANOCBOR_TYPE_FLOAT | NANOCBOR_SIZE_INDEFINITE))` was meant to be this: ` *it->cur == (NANOCBOR_TYPE_FLOAT | NANOCBOR_VALUE_MASK)))` I however don't like this approach to 'OR' two...