Nathan Collins

Results 6 comments of Nathan Collins

> @nathanjcollins This is going to be too involved a change for the next quick release. Maybe later in the week, or feel free to dig into the flat table...

I'm trying to use qwen3 and it actually ends up responding to it's own response, so I never get an answer to my original question.

Yep same issue here, setting a cookie using ```js const page = await createPage("/", { // @ts-ignore storageState: { cookies: [ // @ts-ignore { name: "accessToken", value: "test", domain: "localhost",...

> > Yep same issue here, setting a cookie using > > ```js > > const page = await createPage("/", { > > // @ts-ignore > > storageState: { >...

My issue was that I was not set up correctly with test-utils - I had only added the npm package and not added it as a module, or set vitest's...

+1 for this, was playing around with Ollama and would like to stream the response