Michael Zhao

Results 14 issues of Michael Zhao

hashsum with `--check` always run in text mode on Windows: https://github.com/uutils/coreutils/blob/3f694faa2e9399bcc7838322113cbf4c93575e8e/src/uu/hashsum/src/hashsum.rs#L236-L247 And you can't specify `--binary` https://github.com/uutils/coreutils/blob/3f694faa2e9399bcc7838322113cbf4c93575e8e/src/uu/hashsum/src/hashsum.rs#L225-L227 So this happens ![Image](https://github.com/user-attachments/assets/e57c0bbe-c629-4de0-8f0d-8e73786d39b9) (top is running Linux, bottom is running Windows +...

U - hashsum

### Describe the bug `cacheDir` not honored if `deps.optimizer.{mode}.enabled` is true. vitest will save cache to `node_modules/.vite` as if `cacheDir` is not specified. ### Reproduction Run ```bash npm create vite@latest...

p3-minor-bug

threads proposal has reached phase 4 - https://webassembly.org/features/ Seems like it would be possible to build a wrapper for something like `std::thread::spawn` that, under the hood, sends the closure to...

**Describe the bug** String manipulation for menus sometimes produces 2 `\x1b` next to each other. Some terminals break **To Reproduce** I was able to debug by adding a hack here...

bug