Travis Haagen

Results 8 comments of Travis Haagen

Something in iOS12 may have changed recently to make this worse. Yesterday, with `hc` `v1.2.1` I added my bridge accessory to HomeKit and it complained about the underscore in the...

@deepch I can put up a PR shortly. Done.

@pdvrieze thanks for the reply, but setting the default to `null` didn't change the outcome. @ardune @JesusMcCloud @sandwwraith ^ see that you folks have discussed CBOR and `null` handling in...

Thanks @ardune ! Being able to access the tags like that seems like it would be useful. I'm going to dig in a bit more. I was also wondering if...

I discovered that I don't need this anymore for my use case, but others may encounter this, because [rfc 8949](https://datatracker.ietf.org/doc/html/rfc8949) states that untagged `null` can be valid CBOR, ``` As...

@sandwwraith @fzhinkin Hello, I put up a PR to address this issue https://github.com/Kotlin/kotlinx.serialization/pull/3074

These are the settings that result in square output for me. I've tried many other combinations too :) ``` var printer = Printer(); var printInfo = PrinterInfo(); printInfo.printerModel = Model.PT_P710BT;...

@fzhinkin Hello! Thanks for taking a look. How can I help move this forward?