Boris Zbarsky

Results 364 comments of Boris Zbarsky

Well, why are they not being deleted? That's broken, clearly, and needs to be fixed.

The XML says: `type="temperature"` The type definition says: `` The ZAP output for that null default is `0xFFFF`, which is NOT how one represents null for a _signed_ 2-byte type....

@paulr34 By clicking the "NULL" button in the ZAP UI.

@kkasperczyk-no Sure, that's what @paulr34 is trying to fix in ZAP... He was just asking about steps to reproduce the ZAP issue.

That last logTV.txt: I don't see it ever trying to advertise anything with CM=1. Which means it does not have a commissioning window open, so of course commissioning it will...

> Do we have to manually open the commissioning window, or are there some errors that prevent the app to do that automatically? It depends on the situation. Why do...

Some devices are immediately commissionable on boot (if not already commissioned), some are not. There are various requirements around this in the spec, and the Matter SDK itself has no...

The TestDnssd test is pretty broken. It makes a lot of assumptions that happen to be false in various cases, and are definitely false on m1/2/3 laptops.

@imsadegh In the meantime, you should be able to compile with `--args='chip_enable_dnssd_tests=false'` when doing your `gn gen` step to unblock you.