bevry / dorothy

🧙🏻‍♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh, Elvish, Dash, KornShell, macOS, Linux, Windows.
Other
277 stars 21 forks source link

Improvement: have get-github-release wait if hit rate limits #204

Closed balupton closed 5 months ago

balupton commented 5 months ago

Running the dorothy tests causes a lot of hits to the github api so after a few pushed commits it is easy for us to go over even the authenticated rate limits. We should detect if rate limits were hit, and just wait it out and try again. Using waiter will output a nice countdown timer.