You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the current code for the retry options.
Currently, the retry option is typed in the %Opts{} struct as a boolean | module, but this fails when the value is a boolean (see the bug in this line).
Can you please fix it?
Otherwise, I can create a PR to get it fixed but before spending time on it I will need to know your idea for this retry option... is the boolean type deprecated? which default value should be preferred?
My initial approach would be something like (disclaimer, this code won't work it's just to get the idea)
hello!
There is a bug in the current code for the retry options.
Currently, the
retry
option is typed in the%Opts{}
struct as aboolean | module
, but this fails when the value is a boolean (see the bug in this line).Can you please fix it?
Otherwise, I can create a PR to get it fixed but before spending time on it I will need to know your idea for this retry option... is the boolean type deprecated? which default value should be preferred?
My initial approach would be something like (disclaimer, this code won't work it's just to get the idea)
The text was updated successfully, but these errors were encountered: