CDFMLR
CDFMLR
After upgrading my M2 Mac mini to Sonoma, I've been encountering this issue frequently. Yesterday, I noticed that one of my Lima VM and an UTM VM (both utilizing the...
The issue is still occurring (for weeks). I've created a [fork](https://github.com/cdfmlr/waka-readme-stats/tree/master) to fix it. Until the merging of #464 and #478, you can apply the following quick fix: ```yaml steps:...
> ``` > Exception: Query 'repo_commit_list' failed to run by returning code of 502: {'data': None, 'errors': [{'message': 'Something went wrong while executing your query. This may be the result...
https://docs.github.com/en/graphql/overview/rate-limits-and-node-limits-for-the-graphql-api#exceeding-the-rate-limit The doc say exceeding the rate limit response 200 or 403.
Related code: https://github.com/anmol098/waka-readme-stats/blob/f8cec5f73e6f2a551a25da883d849b06f471a918/sources/manager_download.py#L213-L231 There are already retries on `502`. May adding some `time.sleep` be useful? (I feel it's likely to be vain :(
> Hello!! I'm having the same problem, my wakatime username is [@beatrizsmerino](https://wakatime.com/@beatrizsmerino) > > https://github.com/beatrizsmerino/beatrizsmerino/actions/runs/6918946818/job/18821734503 > >  > > ![Captura de...
@beatrizsmerino > Maybe, but how can I do it? You can fork my branch: https://github.com/cdfmlr/waka-readme-stats/tree/master (I have made some changes in `action.yml` to make code modifications take effect immediately without...
@beatrizsmerino Unfortunately, I can do nothing to your PR. I have no access to maintain this repository.
> would you mind documenting breaking changes (disks, ports) in `docs/upgrades_notes.rst`? Sure, I will add it recently.
@Kami Thank you for the review. Indeed, the `create_node()` looks clumsy. I've actually started refactoring it, but recent higher priority tasks have delayed its completion. Also, at the moment, I'm...