void
Explore posts from serversCCConvex Community
•Created by void on 9/11/2023 in #show-and-tell
iss.fyi - International Space Station Tracking
1 replies
CCConvex Community
•Created by void on 8/26/2023 in #support-community
convex codegen tsc failing with type errors with no code changes
I have a project that's using
"convex": "^1.0.3",
and randomly today running npx convex codegen
started failing with the following type errors:
I've been building things successfully all week and this just started happening.2 replies
CCConvex Community
•Created by void on 8/15/2023 in #support-community
Exported query missing type annotations when building convex in another directory other than root
I have a query that looks like this (
src/convex/steam.ts
):
When building with my convex.json specifying src/convex
of my directory, tsc
fails for this reason:
4 replies
DIAdiscord.js - Imagine an app
•Created by void on 8/5/2023 in #djs-questions
@discordjs/rest requests behave differently when deployed to a serverless node environment vs. local
Using
@discordjs/rest
to create a standalone node project in an express-like API, await api.interactions.defer()
hangs and never completes when running in an edge environment.
is there a way to disable queued requests and always make the REST client that I create make requests sequentially? I can't even see the errors being thrown or if the request is being cancelled.8 replies