Taku Amano

Results 239 comments of Taku Amano

Also, if 404s due to accidents are not ignored, it will be quite painful to generate a sitemap, since it will be necessary to select the target files when generating...

Oh, or maybe it's a bit redundant, but maybe 404.html should be generated from the plugin. As this comment states, https://github.com/honojs/hono/issues/2125#issuecomment-1920167497 Write the following. ```ts import { notFound } from...

I'll write simply one more time For example, when we call an external API to generate content, we sometimes get a "temporary error that results in a non-200 result". Currently,...

Hi @watany-dev Thanks for the comment. Sorry, I'm not trying to rush you. I just thought we needed to decide how to do this by hono. I think we need...

How about that? @yusukebe @sor4chi @watany-dev @nakasyou

@yusukebe Hmmm no, there is no particular other use for PSEUDO middleware. But I still don't think "send a request to the entire routing to get the value from `ssgParams()`"...

@yusukebe Assuming we don't change hono-base, I think we can do this as well by changing only src/helper/ssg/index.ts. https://github.com/honojs/hono/pull/2178

@sor4chi Okay, I understand it as an issue, but is it really necessary for us? It may be useful in some cases to be able to inject global styles from...

@sor4chi Thanks for the reply! I think I understand the issues you are considering. I created #1928, will this solve your issue?

Hi @peterver Thanks for using "hono/css" right away. And thanks for the suggestion. CSS nesting is now supported in modern web browsers. https://caniuse.com/css-nesting So the CSS generated from the following...