Thibaut
Thibaut
The last commit on the master has more than one year. The number of issues on this repository increase and none of them are solved. Is this project still alive?...
My lib uses aiohttp. I want a retry mechanism when we are logout from the server. So here what I write: ```python async def relogin(retry_state): await retry_state.args[0].login() print(retry_state) @retry( retry=retry_if_exception_type(NotAuthenticatedException),...
### Context With #510 I added suite, sub suite, and parent suite. Here I add one example. #### Checklist - [x] [Sign Allure CLA][cla] - [ ] Provide unit tests...
Hi, Many thanks for great project. I’m using the v2. Is it possible to add a default workflow if a modified file does not match any of the packages defined...
Their is several Mixin class related to the entity, and one of them is [RestoreEntity](https://github.com/home-assistant/core/blob/dev/homeassistant/helpers/restore_state.py#L231). If you don’t know it, you cannot guess it. It would be nice to document...
The following code will loop forever: ```python api = GhApi(owner="fastai", repo="ghapi", token=os.environ["GH_TOKEN"]) pages = paged(api.repos.get_commit, "d8fb5c28e14f4bcbb0691e71b4ef7d55228a81ac") for page in pages: print("foo") ``` ``` foo foo foo ``` Whatever the commit...
I forgot to hide the `--insecure` flag when boostraping the project through `argocd-autopilot repo bootstrap`. So as I didn’t know how exactly override the argocd configuration (to add this insecure...
See https://github.com/home-assistant/core/pull/72790
### Did you read the instructions? - [X] I have read the [README](https://github.com/iMicknl/ha-tahoma/blob/master/README.md), including the [advanced debugging](https://github.com/iMicknl/ha-tahoma/blob/master/README.md#advanced) section. ### The request Add a binary sensor with device class `update` to...