Matt Buck
Matt Buck
Thanks, @jdaudier! :smile:
Oh I'd be happy to, just wanted to get some feedback and confirm with y'all before I started that journey.
If you're looking for an embeddable component, check out [DeepChat](https://deepchat.dev).
To follow on @humbugz answer, [the following post was helpful for determining a Rails solution](https://www.rubyguides.com/2019/03/rails-ajax/): ```ruby module Attachable extend ActiveSupport::Concern included do after_save :sanitize_attachment_uri! # Sanitize the URL of an...
Task linked: [CU-32qb68x Build initial desktop app](https://app.clickup.com/t/32qb68x)
Well, that's certainly a problem! Could you give me an example of an offending source file and paste in the result of attempting to run a command on the terminal?
Thanks so much for providing the additional info! We'll try to run this down as soon as we can.
> or, maybe: > > ``` > ... > "env": { > "PGPASSWORD": "${PSQLPWD}", > ... > ``` [According to these Claude Code docs](https://docs.anthropic.com/en/docs/claude-code/mcp#environment-variable-expansion-in-mcp-json), it appears that this is now...
The [setup docs list setting `DATABASE_URL`](https://chat-sdk.dev/docs/getting-started/setup): > [Create a PostgreSQL database](https://vercel.com/marketplace/neon) and retrieve its connection string to set the DATABASE_URL environment variable in .env.local The actual ENV variable is `POSTGRES_URL`:...