Tom Ballinger

Results 30 issues of Tom Ballinger

In Rush 5.128.2 and beyond (probably from https://github.com/microsoft/rushstack/pull/4752?) the hashes for a project in a rush update never match so the shrinkwrap file always appears out of date. See [Zulip...

Custom StackBlitz dev command that uses a shared backend. This makes https://tanstack.com/router/v1/docs/framework/react/examples/start-convex-trellaux usable. Clear this shared table every 20 minutes.

As of 1.7.7 abortcontroller-polyfill requires `global` or `self` to be defined to run ``` import { AbortController, AbortSignal, } from "abortcontroller-polyfill/dist/abortcontroller"; ``` Is this intentional, would you accept a PR...

### Version 29.2.5 ### Steps to reproduce See repro at https://github.com/thomasballinger/ts-jest-repro ``` git clone [email protected]:thomasballinger/ts-jest-repro.git cd ts-jest-repro/packages/tests npm i npx jest # should fail npx jest # should succeed the...

Bug Report
Needs Triage

Run eslint in the deploy tool. This doesn't help much yet, but it adds a path for adding eslint rules specific to the failure modes we're seeing. We'd try to...

We need to decide whether `--local` is 1. a flag you can use with `convex` dev and some other commands to conveniently switch without needing to run a separate --config...

A script like ``` "dev": "concurrently -r npm:dev:web npm:dev:convex", ``` works well every time you run it... except the first time. Then the concurrently script interferes with the interactive startup...

from https://github.com/get-convex/convex-backend/pull/193#issuecomment-3234424821 maybe `npx convex dev --env-file ../../.env` should cause `VITE_CONVEX_URL` / `NEXT_PUBLIC_CONVEX_URL` / `CONVEX_URL` to be written to that file as well. That's not what `--env-file` does today, so...