Fauzan
Fauzan
Don't know about https://ajbraus.github.io/sequelize-it I will take a look on his website to find something interesting I can provide here.
> Let's refer to https://github.com/sequelize/website/blob/main/docs/other-topics/other-data-types.mdx in v7 For v6 I think we could do the same, but we should update that page first (see #11 for that) Thank you! will...
Hi bro @WikiRik I added the requested changes. Need help to review it before merging :) cc @ephys
Added follow up tasks in PR description
Oops! wrong mention
I'm thinking we should improve the PR template to tell every PR that adding a new feature should add TSDoc/JSDoc (if it's necessary) @yusukebe This way we can slowly migrate...
This is issue from [nodejs](https://github.com/nodejs/node/issues/46221), I don't know which part of Hono requires this, I will also take a look on this
Looks like we need to add the duplex option in `body: Readable stream
Can you try to use `{ all: true }` as arguments in parseBody? ```ts await c.req.parseBody({ all: true }); ``` also for validator there is a valid issue where Hono...
The section itself was described only to handle httpexception, if it is not an `HTTPException`, you can check here: https://hono.dev/api/hono#error-handling