retrying icon indicating copy to clipboard operation
retrying copied to clipboard

Added minimal logging

Open frnhr opened this issue 2 years ago • 2 comments

Something like this for the issue #3 ?

frnhr avatar Mar 27 '23 13:03 frnhr

FWIW I created https://github.com/frnhr/retrying/pull/1 (a PR into @frnhr's fork; creating my own PR with their work seemed like it'd be rude!) which addresses the points @PamelaM raised here.

craiga avatar Jan 26 '25 15:01 craiga

Thanks @craiga !

Merged it in. I didn't have time to / need to address the suggestions yet, but they definitely look valid to me.

frnhr avatar Jan 26 '25 20:01 frnhr

Hey all, This patch seems to cause a serious performance regression. I have a demo of the bug here: https://github.com/HugoKlepsch/retrying-bug-demo Issue: https://github.com/groodt/retrying/issues/20

HugoKlepsch avatar Jul 09 '25 21:07 HugoKlepsch