Travis Haagen

Results 6 issues of Travis Haagen

Fix compiler warnings on ARM platform. Was building on a Raspberry Pi 3 running 64-bit Ubuntu. I guess `char` defaults to `unsigned char` on ARM, and it didn't like the...

**Describe the bug** `flutter-webrtc` cannot connect to a TURN server using TLS, with a [letsencrypt](https://letsencrypt.org/) certificate. **To Reproduce** `turns:` URL fails to connect, but if you change the following to...

Hello! I have a `PT_P710BT` with `W24` label, am running on iOS, and am only able to print labels that are square (24x24). I'm trying to print shorter labels (12...

Hey all! I've been working on some code to follow the DID:PLC spec and wanted to clarify, for others, that the spec doesn't follow the DAG-CBOR guidelines for encoding CIDs...

documentation

For CBOR serialization, I assign a tag as so, ``` @Serializable data class Something( @ValueTags(MY_TAG) @Contextual val myObject: MyObject? ) ``` and I have a serializer like ``` object MyObject...

cbor

Introduces a new CBOR configuration option called `untaggedNullValueTags`. When enabled, CBOR value-tags will not be serialized for `null` values, and deserialization will not fail validation. This is allowed by the...

cbor