alixi
CCConvex Community
•Created by Rune Darkfire on 9/10/2024 in #support-community
How to return a custom list with extra key-value pair(s)?
You can also write it as a
for
loop (which I slightly prefer since it's more legible):
6 replies
CCConvex Community
•Created by Rune Darkfire on 9/10/2024 in #support-community
How to return a custom list with extra key-value pair(s)?
which will wait for all the subqueries to finish executing
6 replies
CCConvex Community
•Created by Rune Darkfire on 9/10/2024 in #support-community
How to return a custom list with extra key-value pair(s)?
You can rewrite the
forEach
as
6 replies
CCConvex Community
•Created by Rune Darkfire on 9/10/2024 in #support-community
How to return a custom list with extra key-value pair(s)?
It looks like the
listWithVendorNames
handler might be returning assessmentsWithVendorNames
before any of the async functions execute6 replies
CCConvex Community
•Created by djbalin on 9/4/2024 in #general
Hey y'all, does anybody know if there
ah i see! i will update the README with a description of mermaid and an example diagram
6 replies
CCConvex Community
•Created by djbalin on 9/4/2024 in #general
Hey y'all, does anybody know if there
yep, the library will show v.id relationships. you can paste the outputted mermaid code into https://mermaid.live/ to see the diagram.
6 replies
CCConvex Community
•Created by djbalin on 9/4/2024 in #general
Hey y'all, does anybody know if there
hey! i’m the author of the package. i agree that it starts to look confusing if you have a large schema with arrays and unions. do you think outputting a mermaid erDiagram would be more clear? would love to hear any feedback you have!
6 replies
CCConvex Community
•Created by erquhart on 7/24/2024 in #general
Cursor.com uses
I should try out Cursor again; I wasn’t super impressed when I tried it a year ago but seems like it’s changed a lot
32 replies
CCConvex Community
•Created by erquhart on 7/24/2024 in #general
Cursor.com uses
glad to know I’m not alone 😅
32 replies
CCConvex Community
•Created by erquhart on 7/24/2024 in #general
Cursor.com uses
However I’ve gotten burned so many times by it doing
q.eq(“fieldName”, args.fieldName)
instead of q.eq(q.field(“fieldName”), args.fieldName)
in a query filter and I always fail to notice 💀32 replies
CCConvex Community
•Created by erquhart on 7/24/2024 in #general
Cursor.com uses
Copilot is great for autocompleting Convex function boilerplate for me
32 replies