ryu

Results 30 comments of ryu

This issue has already been fixed on Deno. I think it will work in the next version. Ref: denoland/deno#23107

This does not occur from Deno 1.42.1. ```sh C:\Users\xxxxx>deno --version deno 1.42.1 (release, x86_64-pc-windows-msvc) v8 12.3.219.9 typescript 5.4.3 C:\Users\xxxxx>deno run -A -L debug npm:create-hono test-app DEBUG RS - deno::args::package_json:146 -...

Sounds good. Allow me to leave two comments. ### 1. hono/utils/* is not exported Only hono/utils/jwt is exported, no other files are exported. e.g.) hono/utils/mime There are some users who...

It looks good to me except that `test:deno` fails.

Is there any good in being able to set max-age to more than 400 days? Chrome will automatically change the max-age to 400 days if it exceeds 400 days. In...

> @ryuapp I think the more important question is, is there any benefit to throwing when a max age > 400 is set? If you review my earlier comments, you...

I looked at default settings of famous auth libraries such as Auth.js, and found that cookie's max-age was set to 7 days, 30 days, 1 year, etc. So this problem...

I made this based on the following: https://github.com/vuejs/vitepress/discussions/2183#discussioncomment-5531222 ![image](https://github.com/honojs/website/assets/114303361/f25618fd-adda-4204-912f-5973dbd61b4a) SSR won't work there, but we can at least use it as an example for `hono/jsx`. If you want to try...

That option isn't there. Many create commands don't support it, but it might be nice to have one. `--force` or `--force-clone`?

There is a concern. This may be dangerous. If a malicious person spreads this script with the `--force` flag, the contents of the user's drive may be erased.