jsuagee
jsuagee
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
One of them is recoverThinkingAgents for example
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
How do I shut down these processes on convex? There's a couple of cron jobs that are scheduled to repeat every 60 seconds
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
Thank you!
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
OK cool, I can see the console log statements now. Awesome
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
Ok, let me check
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
I ran npm run dev, which I think runs convex dev. Let me check
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
Oh, I was trying to log something after line 181 in that same file, which is in a function called converse() that I believe gets called repeatedly in a conversation.
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
I was checking through the browser console. I didn't even know about the convex console?
26 replies
CCConvex Community
Created by jsuagee on 8/29/2023 in #support-community
Issue with changes in typescript source code taking effect when using VScode
I was editing the file here https://github.com/a16z-infra/ai-town/blob/main/convex/conversation.ts Basically I replaced the next to last line
//return description === '1';
return false;
//return description === '1';
return false;
in the function walkAway(). I was atttempting to prolongue a conversation between two of the characters. If the change took effect then I think that two characters in a conversation should never leave the conversation. That wasn't what happened though. Is there a better way for me to share the code with you that you might prefer more?
26 replies