Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @JustinGrote If there is no performance degradation and the amount of code does not increase too much, we can implement it, but it will be difficult if there is...

I can't merge it immediately because it's not needed in the Hono core package, because you can use the `qs` instead.

> How about providing it as `factory.createStreamHandler` and `factory.createStreamSSEHandler`? I don't think we need to go that far. It' enough to just export `SSEStreamingApi` and `SSEMessage`.

Hi @MonsterDeveloper I closed that PR because we may have to implement hooks other than `after`, and that would complicate things. I do agree that `hc()` should be small. However,...

@MonsterDeveloper It might not be perfect solution, but you can use a custom `fetch` which handles errors: ```ts const client = hc('http://localhost:3000', { fetch: async (req: Request, init?: RequestInit) =>...

Hi @ytnobody, Thank you for the PR. Supporting Azure Functions is a great feature for Hono. We also have issue #1747 . I will try it out and assess how...

@ytnobody I believe the feature in this PR is for 'version 3', but 'version 4' is now available: https://learn.microsoft.com/en-us/azure/azure-functions/functions-node-upgrade-v4?tabs=v4 Since 'version 3' might no longer be supported, we should update...

@ytnobody Thanks! But, there's no need to hurry!

Closing. You can use https://github.com/Marplex/hono-azurefunc-adapter. Ref: https://github.com/honojs/website/issues/346