SaltyAom

Results 200 comments of SaltyAom

It's a nice feature to have, and I would also like to see it for sure, but I can't say for sure that I can add it in the near...

First off, sorry for the late reply. # For Deployment Ok, so current Hifumin is using Docker for deployment so you have to change the deployment target to Vercel first....

I agree with the benchmark of 127.0.0.1 benchmark part, but disagree with the hattip part: > For example, Hono on Bun looks like it performs badly. But just go to...

Didn't realize Stric and Vixen hardcode basename. Alright, going to remove the basename and rerun the benchmark right now, thanks.

Can I have the JSON you use to test?

Hi, you can use `Context` to type the function parameter like this: ```ts import { type Context } from 'elysia' const a = (a: Context) => { return "A" }...

Close as documented in https://elysiajs.com/patterns/mvc.html#mvc-pattern, and export utility function for inferring context `InferContext`.

Closing as not planned in the roadmap. We feels like we have no profession in GraphQL domain enough and don't have enough effort to maintain other GraphQL plugin. I'd happy...

Patched on 1.0.14, please update and let me know if it works