Yusuke Wada
Yusuke Wada
Hi @akku1139 Sorry for being late. I think this can be fixed with #270. Can you review this PR?
@miyaji255 Thank you! Looks good to me. I'll merge and release new versions.
Hi @monteeya > is there any working example of this? As far as I know, no. But you can do it by referring to React Renderer Middleware: https://github.com/honojs/middleware/tree/main/packages/react-renderer
Hi @3w36zj6 HonoX depends `import.meta.glob`. This means HonoX can't be implemented without `import.meta.glob`. Currently, we should give up using Bun's test 😔
@3w36zj6 Yes! `honojs/honox-website` is still WIP. Adding to the README is beneficial.
Hi @jacoscaz thank you for raising the issue. @monoald What do you think of this?
Hi @lucafaggianelli Thank you for the proposal. Is this like a `createHandlers()` exported from `hono/factory` in the plain `hono` case? https://hono.dev/docs/helpers/factory#factory-createhandlers
@lucafaggianelli I like the following API! ```ts createHanders(async (c) => {}) ``` Can you create a PR for it? Thanks!
Hi @gunta, good suggestion. Actually, @nakasyou created the PR for the same purpose: https://github.com/honojs/middleware/pull/561 @nakasyou Can you make it ready for review?
@nakasyou Thank you for your comment and investigation. Hmmm. I also think the ideal is 2 - following the last `hono`. However, I want to increase the maintenance cost for...