theorlangur

Results 9 comments of theorlangur

I don't get this CI failure... I don't see any failures running integration tests locally. Plus strictly speaking my commit doesn't change any existing code as far as I can...

@stefanhaller, thx for the response how can I do that (trigger another CI run)?

@jesseduffield , well the suggested default summary string is definitely ok for my purposes, however I thought that this might be something where a possibility to adjust what is going...

> Well, you could also argue that this doesn't provide **enough** configurability. For example, I could see people wanting to set the format to git's standard reference format (the one...

tried the ``` git show --no-patch --format= ``` approach that opens [all](https://git-scm.com/docs/git-show#_pretty_formats) the possibilities of git's format in this regard. Seems to work. @jesseduffield , what do you think?

@jesseduffield , hey I've forgotten I even made this one. I've moved on since then and using a different tool now. I guess I'll just close the PR.

@Outsidewall , I seem to have a similar memory/stability issue with my dongle-e on 7.3 firmware with ezsp driver How are your impressions after running 7.4 with ember since updating?...

https://github.com/zigpy/zha-device-handlers/issues/1630#issuecomment-1166291884 this one worked for me with a modification: ```python device_automation_triggers = { (SHORT_PRESS, BUTTON): {COMMAND: COMMAND_ON, CLUSTER_ID: 6, ENDPOINT_ID: 1}, (DOUBLE_PRESS, BUTTON): {COMMAND: COMMAND_OFF, CLUSTER_ID: 6, ENDPOINT_ID: 1}, (LONG_PRESS,...

I read that `_waccess` doesn't actually check access, only the existence of a directory. I thought that maybe it would be ok to just let the subsequent call to e.g....