-
Tested in QT 5.12
```
float halfdata = 23.5;
uint8_t buf[16] = {0};
CborEncoder encoder;
cbor_encoder_init(&encoder, &buf, sizeof(buf), 0);
cbor_encode_half_float(&encoder, &…
-
### Issue Summary:
Connecting to Localhost:9000 the screen "Hello!" never finishes.
### Cloud Provider(s):
Kubernetes
### Environment:
Local Debian on minikube using minio storage.
###…
-
编译idf没问题,但是编译adf中的play_mp3出错。
> idf.py build
Executing action: all (aliases: build)
Running cmake in directory f:\zhuweiyong\esp_git\esp-adf\examples\get-started\play_mp3\build
Executing "cmake …
-
As a tormented developer trying to improve logging in my company I realised that ElasticSearch supports Smile and CBOR as input format.
I wonder if it is in your plans to allow output in these form…
-
Workaround:
```scala
import java.lang.{Byte ⇒ JByte}
implicit val javaByteArrayEnc: Encoder[Array[JByte]] = Encoder.forByteArray.compose(javaArray ⇒ javaArray.map(x ⇒ x: Byte))
implicit val ja…
-
# Crate Proposal: Adaptive Compression for Hyper
## Summary
I propose we write a crate that can apply different compression schemes based on a client's `Accept-Encoding` header.
## Motivation
Se…
-
Hi,
I am trying to implement the Client and Leshan Device Management Server to support the ObjectLink and Cbor to be used in the Device ExtDevInfo or LWM2m Software Management.
If I perform a re…
-
As we know, NaN is a weird value, and in particular NaN != NaN. This has bitten me in the parser tests, because one of the tests includes a NaN value, and the test fails because NaN fails to be equal …
-
The original RFC7049 is fairly ambiguous about how to treat the Simple values that are reserved or have more than one encoding (as 1 byte or 2 byte forms).
As it is, it's genuinely not clear what m…
-
Thanks for making this package. As this is the most popular CBOR encoder on packagist, is it possible to tag it with a release 1.0.0 so people don't have to rely on dev-master? Spotted by running ```c…