Boris Zbarsky

Results 364 comments of Boris Zbarsky

> On an ARM Mac, Macbook Air 15" M2, running latest Ventura In that case, what you should be able to do is: ``` docker pull --platform linux/amd64 restyled/restyler:edge ```...

@plan44 Needs two reviews from different companies. It's on my list to get to, but this looks like it needs a careful read for a few hours, so I need...

@liujie1f23 This sounds like an issue to be reported to Google about their UI, not a core Matter problem....

Some more data: ``` (lldb) f 2 frame #2: 0x00000001181d2a10 Matter`chip::System::TLVPacketBufferBackingStore::FinalizeBuffer(this=0x000000016dc40838, writer=0x000000016dc407f8, bufStart="\U000000150\U00000001 }A\xc7N\xa8\U00000012\xaa\x97\xfd\xc2\xda`)+N\xeb\xb5\U0000001bF#C+\xe7\U0000001f\x9b\U0000000eS\xcd", dataLen=76) at TLVPacketBufferBackingStore.cpp:82:21 (lldb) p sizeof(chip::System::PacketBuffer) (unsigned long) 24 (lldb) f 1 frame #1: 0x00000001181616a0 Matter`chip::System::PacketBuffer::SetDataLength(this=0x00000001095028a0,...

I wonder whether we have a copy from `libCHIP.a` and another copy from the direct uses in `Matter.framework` (included by `MTRBaseDevice_Internal.h` and used in `MTRCommandPayloadsObjc.mm` and `MTRBaseDevice.mm`). And the latter...

OK, so running ``` touch src/darwin/Framework/CHIP/MTRBaseDevice.mm src/darwin/Framework/CHIP/zap-generated/MTRCommandPayloadsObjc.mm ``` when in the broken state makes things work.

@brdandu But should the invalid config not at least be flagged as a warning?

> I always thought a user can select a device type as a baseline and then add on to the list of clusters coming from the device type for their...

Note that for Matter we would also need to change the codegen to output something that actually works with > 16 bits. Right now it does not.