Kohei Watanabe

Results 6 issues of Kohei Watanabe

### Describe the bug For example: ```ts import { test } from "vitest"; test("set exit code", () => { // vitest/0.29.3 // default : pass // --no-threads : fail //...

pending triage

「文字列結合演算子」は「二項演算子」のセクション内だと考えられ、また前後の階層レベルが `###` なのでそれと合わせました。 before: ![image](https://github.com/asciidwango/js-primer/assets/1730234/17deaf4e-4065-4909-9344-e1c4a0db67cd) after: ![image](https://github.com/asciidwango/js-primer/assets/1730234/5783fd97-b0e5-4370-ae89-3d2a8f9a185d)

fixed #151 Removed `utils.condensePath` and updated all references to use the enhanced `utils.which`, which now replaces the home directory with ~. Updated and added tests to ensure functionality.

resolved https://github.com/ShogunPanda/fastify-http-errors-enhanced/issues/10

When installing fastify v5, the backend immediately crashes with the following error: ``` FastifyError: fastify-plugin: fastify-http-errors-enhanced - expected '4.x' fastify version, '5.0.0' is installed Code: FST_ERR_PLUGIN_VERSION_MISMATCH ```

### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...