Geoff Alexander
Geoff Alexander
Using the `--replace-refs delete-no-add` workaround from Bug #401, I've found a scenario where `git filter-repo --path-rename :` deletes the source path rather than renaming it to the target path as...
Currently (ordered-set 4.1.0), OrderedSet removes duplicates when both creating an OrderedSet with duplicates or when adding a duplicate element to an existing OrderedSet: > \>\>\> s = OrderedSet([1, 1, 2,...
After adding one or more tags to a component, I'm unable to delete all of the tags from the component. I can add, delete, and change tags. However, I can't...
I have a Python that concurrently calls ChromeDriverManager().install() in subprocesses. I've found that ChromeDriverManager().install() occasionally fails with "zipfile.BadZipFile: File is not a zip file" when called concurrently: > concurrent.futures.process._RemoteTraceback: >...