Eric Allam

Results 108 issues of Eric Allam

We're missing a doc in the repo (ideally at `references/README.md`) that details how to: - Create a new reference project by copying the `hello-world` reference project - Get the dev...

💎 Bounty

https://github.com/nodejs/node/pull/54648 We'll also want to keep an eye on how we should handle this in our build process (e.g. we might need /want to add module-sync to our esbuild conditions).

[Papermark](https://www.papermark.io/) is using Trigger.dev v3 but they have to resort to calling out to a separate service (gotenberg.dev) they are running on fly.io to do docx/pptx to PDF conversion (you...

Suggest updating to ``` generator zod { provider = "npx --yes zod-prisma-types" } ```

``` ■ Error: zod-prisma-types not found │ │ If it's a package: Include it in config.additionalPackages │ If it's a binary: Please get in touch and we'll see what we...

We used to detect duplicate taskIDs in the `.beta` versions but that's been removed in the new build system that was released in 3.0.0. We should put this back in...

Right now everything is hardcoded, but we really need to make these env vars and document them for self-hosters: https://github.com/triggerdotdev/trigger.dev/blob/04645e83293ab8a04a094a84697b20b2b08d6142/packages/core/src/v3/limits.ts#L3-L11

From what I can tell, `import.meta.env` is a vite thing that populates `import.meta.env` with environment variables. https://import-meta-env.org/guide/getting-started/introduction.html An example usage is here: https://github.com/usetonearm/core-web/blob/d178a6277306e9bfe0cde49c6550ceae33475292/packages/supabase/src/get-supabase-client-keys.ts#L6 They do have an esbuild plugin that...

I think this just happened (will need to reproduce properly): - Running the dev command - There were typescript errors in a file with tasks - I fixed those typescript...

We're going to be proxying through our backend to ElectricSQL and would like to be able to add an authorization header on shape requests without having to pass in a...

improvement