backoff icon indicating copy to clipboard operation
backoff copied to clipboard

added new typing and changed error response

Open davidslater opened this issue 2 years ago • 5 comments

Fixes #194

Details on approach in linked issue.

davidslater avatar Feb 09 '23 23:02 davidslater

Removed _MaybeSequence and reference to typing.Sequence, as they are no longer used.

davidslater avatar Feb 09 '23 23:02 davidslater

Any updates on this? Seems to solve a pretty significant occasional bug

talglobus avatar Aug 07 '23 17:08 talglobus

No response as of yet.

davidslater avatar Aug 07 '23 17:08 davidslater

Just ran into this today, and was suspecting that _MaybeSequence wasn't accepting list. Luckily, there was your original issue and this PR that led me to try Tuples instead.

To support this PR, it's stated in the README.md that a tuple is explicitly accepted.

ryuthao avatar Aug 14 '23 21:08 ryuthao

@frost-nzcr4 I think I did what you asked there.

davidslater avatar May 02 '24 21:05 davidslater