Michael Zhao
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  (top is running Linux, bottom is running Windows +...
### 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...
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...