Nourman Hajar

Results 13 comments of Nourman Hajar

Still waiting 'till the Final Term is fully stable! I can't wait for the Final Term with Zsh support! :D

Could this be related with my Next.js dev with `bun run --bun next dev`? It says there's something regarding sockets, which could be used by Next for HMR, followed by...

I think this has been solved with 1.0.4, at least for me. Give it a try

Does the Next team even acknowledge this issue? Seems to only affect the index route for me.

Why not use `!!someState && my jsx` or `Boolean(someState) && my jsx`?

Hi, thank you, it's fine. Before this I've also tried exploring the typing but it seems TypeScript doesn't really support it... https://stackoverflow.com/a/64266045 https://github.com/microsoft/TypeScript/issues/241

@yusukebe We probably can make `.route()` take some kind of hook for that purpose. But at this point, I think there would be a need to make distinction between a...

Come to think of it, it's better if this before/after hook stuff is implemented in the main Hono first. But currently I don't have the resource to look into that

Hi. I've found a solution for this issue and would like to propose a PR soon. Thanks for the response!

Hi, thank you! Awesome. I didn't realize there's a second argument you can use in `Handler` 😅 I've read the docs a dozen times and looks like the `response` argument...