Gianfranco P
Gianfranco P
the same happens to me I tried running on this simple Next.js 14.2 repo https://github.com/gianpaj/custom-cover-letter Without `--turbo`, `next dev` works
## Zed version Zed 0.214.7 - /Applications/Zed.app ## Extension version 0.2.2 ## Biome version ``` $ pnpm list "*biome*" Legend: production dependency, optional only, dev only devDependencies: @biomejs/biome 2.3.6 ```...
To add an action, you can add it in the `artifacts/text/client.tsx` file For example: ```ts actions: [ { icon: , description: 'Download', onClick: ({ content }) => { const blob...
Good news in Next.js 16 https://nextjs.org/blog/next-16 > Dev and build output directories > `next dev` and `next build` now use separate output directories, enabling concurrent execution
downloading the nltk data manually worked ! thank @JustABeginning
Same question. How do we do this? I have this in my code `os.environ.get("HF_TOKEN")` But where do we set this ENV variable? Thanks
this can be closed. It now uses `title-model` (which is now `gpt-4-turbo`) – not the cheapest BTW https://github.com/vercel/ai-chatbot/blob/01f589b6031a5fbbc2f844e2b0534249eb700058/app/(chat)/actions.ts#L25
i tried this but now it doesn't auto-scroll if there's a new message
I have other code changes. But not in the `components/messages.tsx` or `components/use-scroll-to-bottom.ts`. The issue is that it now scrolls only if you're at the bottom of the list of messages....
We should wait for a maintainer to weigh in on this, but I think the PR should fix the issue in the current version of the web app. And the...