Trevin Avery

Results 11 issues of Trevin Avery

**Describe the bug** A clear and concise description of what the bug is. Can you reproduce this issue with [one of the demos](https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html)? If you create a qrcode-stream component, scan...

Webpack's default rule `images` conflicts with all of the provided examples. To get this to work (at least with a new project created by the `vue-cli`), you need to either...

The version number for the default `User-Agent` header is hardcoded, and is currently out of date. It may be worth auto-updating this value during the build to match the value...

help wanted
good first issue

Most cypress commands allow options with a `log: boolean` value to disable the log output. This would be great to add. Could also have other options to customize the name...

`HttpLink` allows [`fetchOptions`](https://www.apollographql.com/docs/react/api/link/apollo-link-http/#fetchoptions-1) to be passed in the `context` of a query's `options`. This is then passed to the `fetch` call. This allows for finer control of the `fetch`, such...

I have a data url image that is a small version of the image I want to load. This is available instantly and I want it to be the placeholder...

The [srcSet](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#srcset) property is not accepted. It should be used and passed on to the actual image tag.

### Description There is small bug in the [doc example for Next.js app router](https://sdk.vercel.ai/docs/getting-started/nextjs-app-router). In the [Update the UI](https://sdk.vercel.ai/docs/getting-started/nextjs-app-router#update-the-ui-1) section, the code example creates a `newMessages` variable with the existing...

bug
docs

### Feature Description For OpenAI, on the stream event `thread.message.created`, the response is a [`message` object](https://platform.openai.com/docs/api-reference/messages/object), which includes a `created_at` field. This event is received by the `AssistantResponse`'s `ReadableStream`, but...

enhancement
ai/ui

When I click `send request`, it opens up a tab to the side that shows the response. Sometimes this is not where I want the tab, so I move it...