Yusuke Wada

Results 1706 comments of Yusuke Wada

@movahhedi > should we have a hono installed in the root? It depends on how you compose the monorepo. If you can share the minimal project to reproduce it, I...

@insiderins > when i used 3rd middleware like OpenAPIHono can't use .route from Hono ? You can use it. In my environment, it does not throw an error. ![CleanShot 2024-06-10...

@insiderins Sorry. To understand what is happening with your project, please share a minimal project to reproduce it.

Thank @insiderins ! I've cloned it, but I can't reproduce a bug. I can't run it because the following error is thrown, and the IDE may not show errors. Please...

> you can set .env with DATABASE_URL="YOURCONNECTIONURL" you can check the document in [here](https://www.prisma.io/docs/orm/reference/connection-urls) Should I run MySQL on my machine? Or I've tried to set it up with SQLite,...

@movahhedi It does not throw the type errors: ![CleanShot 2024-06-11 at 15 37 25@2x](https://github.com/honojs/hono/assets/10682/6f50d69b-1ff7-4d15-ac3a-4eed3090bebb) How about deleting `node_modules` and running `bun install` again? ``` rm -rf node_modules bun run install...

> let me see your package.json, tsconfig.json, and your bun version mr @yusukebe These are the same as yours. The Bun version is `1.1.8`. Can you try to clone the...

@insiderins It's not good that your project contains both `package-lock.json` and `bun.lockb`. How about you remove these and re-install dependencies? ``` rm -rm node_modules bun.lockb package-lock.json bun install ``` And...

The @insiderins 's issue might have been closed. But @movahhedi, is your problem solved?

@yusukebe I think this is not a bug in the actual "code." So, I'm removing the `bug` label. But someone may resolve it in the future. I'll leave this open...