Seow Alex

Results 2 issues of Seow Alex

In https://github.com/kevin1024/vcrpy/pull/943#discussion_r2446643448, sending sync requests in async contexts was accidentally broken. As #957 and #958 correctly point out, this is because the future's result was not awaited. Instead of creating...

### Describe the bug If you have 2 directories: `a` and `a b`, `a b` is sorted before `a` when sorted by name ascending. Curiously, this only applies to directories:...

bug