Foxxy
CCConvex Community
•Created by Foxxy on 5/31/2024 in #general
Hey Convex! Is more query options coming
Id be interested if you have a link handy to read about it sometime! And yeah the new composite key to search on one field was my first thought, but wanted to double check before going too far. Thanks!
3 replies
CCConvex Community
•Created by Michal Srb on 5/13/2024 in #general
I'd:
It's just strange that it thinks that
.eq()
is returning an IndexRange
, and not the NextIndexRangeBuilder
. I'm just not as familiar to really drill into why6 replies
CCConvex Community
•Created by Michal Srb on 5/13/2024 in #general
I'd:
Looks to be two types of issues...
first, something with the query syntax is breaking. any query that uses a composite index is throwing an error on the second
.eq()
.
Second, I'm getting type errors on returned values. Something seems to not want to be converting from the internal types back to the "nice" values
6 replies
CCConvex Community
•Created by Michal Srb on 5/13/2024 in #general
I'd:
TS server restart brings the same errors back, and I can't get the dev command to run successfully because all of the convex errors
6 replies
CCConvex Community
•Created by Foxxy on 4/8/2024 in #general
Data | Dev | agi-town-dev | Convex Dashb...
I was today years old when I learned that Convex has a right click. 😂
6 replies
CCConvex Community
•Created by Foxxy on 4/2/2024 in #general
Logs scrolling away
Oh yeah absolutely, just providing some general feedback as I've been learning the ai-town repo and Convex. exporting logs makes enough sense and I can start down that route if I need to. As some general feedback, if you're trying to market convex as this sort of "one stop shop", I would think that I should be able to get a pretty good developer/debug experience. Serverless debugging is a pain no matter where I would export the logs, so I think there's still some good opportunity 🙂
Also, not sure if this is helpful or not for you all, but a little additional context around what I am currently trying to do (and why the logs are a bit of a hassle) I am working on features of Edgar's fork of the AI-town research repo. Since this app will be running dozens of AI "agents", I am trying to debug singular agent loops/call stacks. "What did this agent do in this particular step/tick?" are the debug questions I'm trying to get at. I have been playing around with the idea of a "session helper" in the convex-helpers package. custom wrappers for actions/queries/mutations that will send everything to a logs table. Nothing like trying to monitor Convex with convex
Also, not sure if this is helpful or not for you all, but a little additional context around what I am currently trying to do (and why the logs are a bit of a hassle) I am working on features of Edgar's fork of the AI-town research repo. Since this app will be running dozens of AI "agents", I am trying to debug singular agent loops/call stacks. "What did this agent do in this particular step/tick?" are the debug questions I'm trying to get at. I have been playing around with the idea of a "session helper" in the convex-helpers package. custom wrappers for actions/queries/mutations that will send everything to a logs table. Nothing like trying to monitor Convex with convex
15 replies
CCConvex Community
•Created by Foxxy on 4/2/2024 in #general
Logs scrolling away
I would love if there was some more tooling/options around logs. Especially since the docs recommend simply starting with console logs and the like. Trying to debug a serverless app with many different calls definitely becomes a little bit of a hassle. Something like AWS X-Ray that I can trace a given stack would be immensely helpful
15 replies
CCConvex Community
•Created by Foxxy on 4/2/2024 in #general
Logs scrolling away
Yep, clearing the logs or refreshing the page clears it up. https://www.loom.com/share/f1b8cef616d048f6a862732d9e99a399?sid=bdd5718e-3266-4340-9126-14258da6a004 Here is a quick screen cap to illustrate.
15 replies
CCConvex Community
•Created by Foxxy on 4/2/2024 in #general
Logs scrolling away
I'll see if I can grab a quick screen recording in a bit if that doesn't quite make sense.
15 replies
CCConvex Community
•Created by Foxxy on 4/2/2024 in #general
Logs scrolling away
Ah! I think it's a slightly different issue that I was encountering. Is there a textbox size/limit to the logs view? When I do a refresh of the page the issue goes away, so I think this is more of a truncation window. IE: If the logs view is "full" and starts dropping old records for new ones, you end up with a constant jitter/stutter that makes the logs page pretty unusable
15 replies