Tom Ballinger

Results 138 comments of Tom Ballinger

@Tyler-Petrov Totally agree, nah this isn't niche at all, this is an important thing. There are two ways we intend to tackle this: ### 1. options for being slow to...

@Tyler-Petrov this intersects with some other work going on, we probably can't accept a PR for it because there's a lot of other things need to be designed alongside it....

What does't work today, I would hope that Convex backends can support Lynx by only writing functions that don't require BigInts are arguments or return BigInts?

> As far as I understand, npx convex codegen is supposed to generate local files without pushing it to the server. Using components changes this: once you have components in...

Yeah agree that developers need more than a single dev deployment; you should be able to work concurrently in different git subtrees / checkouts / machines without having these stomp...

@prisis is there a reason you'd like these to be supported? convex.config.js must be esm format so there's no need to support .cjs, and components always use "type": "module" so...

Ah thanks for the context, @ianmacartney mentioned this the other day, cool that you're looking at this. More important than the package size, using more standard tools here would be...

Hm thanks, how do you have the MCP server configured? I think you want `npx convex mcp start` instead of `convex mcp start`

Where is this that they can't, in a function args or returns validator?

Could you share a reproduction, a small repo that does this? Also you might try not using bun, we don't test with it internally; if that's what breaks then bun...