Tom Ballinger

Results 138 comments of Tom Ballinger

@dantman which template was this exactly, what command did you run? Thanks for reporting. I can't repro this just by changing the TypeScript version, wonder if these are types added...

Thanks for the details, I'll try to repro this soon. This sounds like https://github.com/microsoft/TypeScript/pull/59417 so it is related to TypeScript and types used for the target ES2024, maybe changing that...

I tried to repro with this package-lock and I'm not seeing locally or on Vercel, but this error makes sense. If you could share your project with my privately it...

Anyone else hitting this? I'm still not able to reproduce it.

Cool! I don't want this to be available in queries yet (since it's not recorded in the cache key) and the way convex APIs generally handle different capabilities in actions...

Agree this should be in. For httpActions, no problem: we already know the way to expose them, additional headers, something like `X-Forwarded-For`. Just prioritization, this coming. For Actions, sometimes an...

Hi @ckreiling, makes sense, let's make a way to specify user credentials similar to the function runner in the dashboard. ![Image](https://github.com/user-attachments/assets/0bcf7222-d77e-4756-9b30-9b0548ed3601) No, there's currently no way to do this from...

Note there is a nascent convex ESLint plugin! See https://github.com/get-convex/convex-backend/tree/main/npm-packages/%40convex-dev/eslint-plugin, if you have a rule that works for you would love to include it. That sounds like a good one.

it'd be a bit involved to add to dev/deploy: today dev and deploy bundle up each file matching convex/**/*.ts and send them to the server to be run, where we...

Expo isn't required for this this client library, but the quickstart does use it — want to change the Quickstart title instead?