Yusuke Wada

Results 1706 comments of Yusuke Wada

> I try and answer on both, so anyone searching can still find an answer. @NicoPlyley It's super helpful. Thank you very much! > We may need to migrate the...

Thanks. > I do have a few ideas in that aspect I'd be happy to go into detail with. I want to know them! > Lastly, maybe a section on...

Video! Podcast! I don't know who can do it (me?), but cool! > Maybe it does not have to be a shirt, maybe even add their name to the docs...

> Lastly, would a blog be best to have on VitePress? I don't know if it would be easily indexable and maintainable. If not, I'd be willing to help create...

> My biggest issue is getting the sidebar away on a blog page since it could be incredibly long. Ah... I see. By the way, I was referring to the...

> I was thinking we could add Discussions to the Discord as well to help gain visibility. When someone posts a new discussion it will also post it in a...

@NicoPlyley @EdamAme-x > However, I wanted to bring up the option of using GitHub actions to close stale issues after a long period of inactivity. Thank you for the suggestion...

We can write it like the following: ```ts app .get('/get', (c) => { return c.text('get') }) .all((c) => { return c.text('Method not allowed', 405) }) ``` I don't prefer adding...

Hi @socketopp ! In that example, the route will become ` /api/posts`. The path `/posts` will be appended to the path `/api` specified in `route`, and they will be merged:...

@justinnoel Thanks for the issue! I'll think about that. Just a moment!