Results 17 comments of Hugues

I am running into this issue with v5.9.0 of the stack and have had to repeatedly go into the AWS console to manually disable protection for instances in the old...

On 5.9.0 I am seeing annoying cases of builds waiting for agents for unbounded times as the auto-scale simply gives up when spot agents are not available: aws console shows...

@benfred I would be interested in taking a stab at this. Do you have more details on what went wrong with your custom unwinder? How were you testing the correctness...

@benfred I am sufficiently interested in getting this feature that I will eventually take a stab at implementing it myself. It might take me a little while to get started...

How about making sure the generated code looks close enough to a python native extension that it shows up nicely in py-spy? https://www.benfrederickson.com/profiling-native-python-extensions-with-py-spy/

This is a pattern I have seen in other cases (e.g. literal list/set/map that have deeply nested calls for some values). I believe it happens because mypy in general doesn't...

> For people using GitHub, there’s a setting in your pipeline’s GitHub settings called “Blocked builds show in GitHub as…” which you can use to control this behavior. What about...

I just set up a new fan than comes with the AC 69 Pro controller. I first had the same issue as https://github.com/hunterjm/ac-infinity-hacs/issues/2#issuecomment-1675012706 Then it cleared up and I got...

Update: I added some `try/except` blocks around the parts that fail to read the manufacturer data and there's definitely something fishy going on: ``` Oct 13 18:41:50 skynet hass[1693883]: 2023-10-13...

After adding more logging to the code and restarting HA this particular failure mode is gone. 😕 Possibly it's a side-effect of the controller being too far from my HA...