Franco Valdes
Franco Valdes
Starting to experiment with this also and (as mentioned somewhere else) using `concurrently` seems to work just fine for me (for now). I created a quick starter project that includes...
@arjunyel I found this article that shows you how to convert data from the escaped json back to true json. Maybe we can include this in the docs or have...
Getting this merged would be amazing. Working on custom PostGIS types and not having this is a big blocker. Thanks for the work on this @Angelelz
We are seeing the same issues. Below is the payload from the modal when I switch sites. Should be showing `siteId` 3. ```json { "context": "modal", "elementType": "craft\\elements\\Entry", "source": "*",...
@renzo-s - We ran into the same thing. Ended up just using aliases inside regular URL links for now. I can give it a shot if this ends up being...
@renzo-s - Thanks for this! I can pull your fork into one of my multisite projects to test. Prob later today. Keep you posted.
The issue is here: https://github.com/vercel/ai/blob/bbcf122be787271de082a40d41b5cb9f5d5eaea8/packages/react/src/use-chat.ts#L403 Even though the message object is the first argument, it only prepares attachments from the chatrequestoptions object, then pipes that back into the message. @lgrammel...
> [@yegor-klymenchuk](https://github.com/yegor-klymenchuk) [@martgra](https://github.com/martgra) can you provide some more information in how you're calling `append`, we have an E2E test that ensures it should work: https://github.com/vercel/ai/blob/main/packages/react/src/use-chat.ui.test.tsx#L1532-L1547 > > code examples would...
Can confirm it works when I switch over to a manage nat instance for my vpc. Switching back to ec2 breaks it again
Today I tried to do the same with the same issues you mentioned. I was able to get pgjwt installed, probably found the same documentation/guides you found. Right now, at...