Yusuke Wada

Results 1706 comments of Yusuke Wada

@Soviut Thanks! I saw the code for DegitalOcean; it's interesting. But I wonder if we would need to use Hono for that.

@Soviut > I managed to get an example working with Hono in a DigitalOcean function. Ah, I see! That implementation is simple and good. Thank you for sharing it.

Does this mean "node compatibility issue for Bun **on Windows**"?

Hi @MathurAditya724 ! I've also thought it would be good if `create-hono` could support external templates. But we have to consider whether we do or not. Currently, we use `tiged`,...

@MathurAditya724 Cool! Shall we start to work on replacing `tiged` with `giget` (#50)? I think we have to think of these as separate issues that support external templates(#62) and replace...

@MathurAditya724 Still, we have to consider if it should have `--template` option or not. I agree @ryuapp 's opinion: > The reason is security and reliability issues.

Hi @JoaquimLey thank you for the PR. I'll comment here. > To set values into your context `c.set()` for testing, create a custom testing middleware and add it before your...

Hi @goisaki Here are my thoughts: * We don't have to minify it. It should be easy to debug. * We should compare "install size"s. You can see them at...

@goisaki Looks good. But can you create the UI similar to the current version with `@clack/core` not using `@clack/prompts`?

@goisaki > 1. It would be more effective to migrate the `chalk` of the duplicate feature package to `picocolors` (which `@clack/core` depends on, [smaller in size](https://pkg-size.dev/chalk%20picocolors)), is that ok? Yes....