Minghe

Results 63 comments of Minghe

> I tested edge runtime apollo [integration](https://github.com/apollo-server-integrations/apollo-server-integration-cloudflare-workers) for cloudflare workers recently. but TTFB is too long as it has to start server for a single request and shut it down...

Awesome, thanks @dios-david I'll try it and let you if I find something.

I was looking for it, end up with following solution. ``` name: api-deployment on: push: branches: - master jobs: deployment: runs-on: ubuntu-latest steps: - name: check out uses: actions/checkout@master -...

hey @jpvajda @rmelick-vida I searched through the @apollo/client codes, no `X-APOLLO-OPERATION-NAME` or `X-APOLLO-OPERATION-ID` found, where can I check to ensure this two headers are included in the web Apollo client?

Hey @bignimbus , I don't see the reason why `X-APOLLO-OPERATION-NAME` or `X-APOLLO-OPERATION-ID` included the headers of request from @apollo/client from the thread, could you help me understand it, thanks a...

I haven't been actively contributing to Hono for a while due to personal life changes. I've been periodically checking the issues in the repository and stumbled upon this discussion. I'm...

Same here, I do have `NEXTAUTH_SECRET` and I tried both commenting and un-commenting the `VERCEL="1"`, still not working. * with `VERCEL="1"`. * without `VERCEL="1"` here my `.env.local` looks like ```...

@livoras 同感,前端的技术站选择真是纠结啊,没几个月一换。

Hey @tcurdt , `fx` does support `before_build` hook to do the dependency installation, but it has not been added into documentation yet. you can check here. https://github.com/metrue/fx/blob/master/hook/hook_test.go#L9 and you can...

@tcurdt Yeah, it should be, let me know it does not.