J. Nick Koston

Results 1908 comments of J. Nick Koston

> I'm wondering if we might even want to add a parameter or new function to accept bytes first.. Sound good to me. A large percentage of projects I work...

Its almost certainly a thread safety problem. Given its happening in safe mode its likely a bug in a core integration. Can you try enabling `debugpy` see `Enabling asyncio debug...

> , when shutting down the container I did get the following. It possibly benign (the container was in the middle of shutting down), but just in case... definitely not...

How do we handle the case where there are 150 entities?

For context, there is a 150 entity limit per bridge and users sometimes make 3-4 bridges to cover all the entities they want to expose to HomeKit

> > How do we handle the case where there are 150 entities? > > It will just displayed 150 entities in the a list 😅 And the dialog is...

I tried to reproduce this but I'm not seeing a failure ``` bdraco@MacBook-Pro-37 aiohttp % python -m pip show aiohttp Name: aiohttp Version: 3.11.11 Summary: Async http client/server framework (asyncio)...

Let me try running it in another directory just in case something is leaking across in my dev setup

I can reproduce it when I do it in another directory ``` bdraco@MacBook-Pro-37 NEW_DIR % python3 -m pip show aiohttp Name: aiohttp Version: 3.11.14 Summary: Async http client/server framework (asyncio)...

Here is the transaction ``` ['->', b'HEAD /scl/fi/818zs3kiois9qkv2axv9t/Tooth-Growth.omv?rlkey=f4m2lv069py0ezn8ud' b'mlxsosn&st=2owyrsrs&dl=1 HTTP/1.1\r\nHost: www.dropbox.com\r\nAccept: */' b'*\r\nAccept-Encoding: gzip, deflate, br\r\nUser-Agent: Python/3.13 aiohttp/3' b'.11.15.dev0\r\n\r\n'] ['', b'HEAD /cd/0/get/CmDw-aWRq7E0XBjxPV96OzeiNRFgdjbRxjirg7Y7i8Je3lRcaI4-JoPGCg0Fz' b'4PYZ3kKHlHe4me7l0s24_HSfWMfwqHztXRsZIPSJafmlGC8ElcmCpmI1bQIb7HetVsbHkkZpKiQl' b'rUFLVfi08Cpi9VT/file?dl=1 HTTP/1.1\r\nHost: uc97cdcb1e623b4ad263e1214499.d' b'l.dropboxusercontent.com\r\nAccept: */*\r\nAccept-Encoding: gzip, deflate,...