Tommy D. Rossi

Results 207 comments of Tommy D. Rossi

@HK-SHAO if you want customization you will need to implement it from scratch ```ts app.get('/events', async ({ set }) => { set.headers['Content-Type'] = 'text/event-stream' set.headers['Cache-Control'] = 'no-cache' const stream =...

I created a full framework where async generators have first class support and use SSE, it's called [Spiceflow](https://github.com/remorses/spiceflow)

I just noticed the Mac behaviour also skips consecutive punctuation characters if they are in the first position, which would require a refactoring compared to this PR approach, instead it...

If your backend API supports this you can filter in the __args object, or you can filter on the returned results

No, just filter the returned data

You can pass a function for headers to change them https://genql.dev/docs/usage/create-the-client#e670ccc1623a47bfa6a482a297e03f47

Instantiating a new client is a cheap operation

I think i managed to get this working, congrats on making the most user hostile cli i ever used, and i used a lot of clis 1. Create the tunnel...