Damián Pumar
Damián Pumar
Hi @timphillips, I think this is a bug, I'll try to fix it. Thanks for report it!
@umerprogramm if you need some things like that, maybe you can write it. But I think this place is not the correct to report that. Thanks mate! 👍
Please remove this issue 😕
Hello guys, I know this issue was closed, but mayby is util for someone. This is the code in my module.ts ``` this.nuxt.hook("build:templates", ({ templateVars }) => { const configuredDir...
Hi @nataliaElv I have no idea about this feature, some days ago I detected this behavior, but I thought it was an error.
I would like to talk about this, because i detected this little thing some days ago, and it affects the frontend performance.
- Data fetching too slow, not only for metadata metrics. - Spike new way to load the metrics. - Understand why the metrics are too slow. - Why the metadata-properties...
Yes! I understood, but I'm not sure if we should handle it or not, because I don't know if this is a SDK issue or we can handle it in...
Hello @yusukebe I think we can not replace JSON.stringify to Response.json, because the JSON with `undefined`returns `undefined` and Response throws an exception. So, my proposal is create a unit test...
Thanks guys for your explanation about this!, I didn't know that each runtime has differents results. From my point of view, we can standarise this behaviour in hono, throwing an...