Vamshi Maskuri

Results 160 comments of Vamshi Maskuri

@tusharmath I have extracted common header-setting logic into a set_headers helper function and also refactored `update_response_headers`, `handle_request_with_cors` and `handle_origin_tailcall` to use the newly introduced `set_headers `helper function. Now request_handler.rs looks...

[![Build](https://github.com/tailcallhq/tailcall/actions/workflows/ci.yml/badge.svg?branch=main&event=fork)](https://github.com/tailcallhq/tailcall/actions/workflows/ci.yml) Looks no status from the build workflow. Can trigger re-run to all workflows?

I think this is the cause for it: https://github.com/tailcallhq/tailcall/actions/runs/9095771414/job/24999708407. I believe we need to stop the workflow runs of them

I really wondering why this gnu workflows compiling tests taking > 60 seconds and going on running without any update of fail/pass

> I really wondering why this gnu workflows compiling tests taking > 60 seconds and going on running without any update of fail/pass @amitksingh1490 Any suggestions on this test fails

@tusharmath It's ready for your final review

The failing test is due to ``` info - 2024-05-16 09:19:56,570 -- ci service found: github-actions Error: Codecov token not found. Please provide Codecov token with -t flag. Error: Codecov:...

> The failing test is due to > > ``` > info - 2024-05-16 09:19:56,570 -- ci service found: github-actions > Error: Codecov token not found. Please provide Codecov token...

@tusharmath Can you approve the workflows to run? If any fails I am ready to fix