Eric Taylor

Results 20 comments of Eric Taylor

@jamesopstad its proven to be a bit difficult because I assume this is related to some dependency that I have. I've been trying to get more detailed logging to figure...

I have `nodejs_compat` already enabled. Been doing some local testing and found the cause (though I don't fully understand the _why_ right now). I'm running this all in a monorepo...

I'm also getting `Uncaught ReferenceError: process is not defined` errors in dev, but not in prod. In prod builds I get `Uncaught ReferenceError: Buffer is not defined` errors. Does the...

@petebacondarwin `wrangler.jsonc` ```wrangler.jsonc /** * For more details on how to configure Wrangler, refer to: * https://developers.cloudflare.com/workers/wrangler/configuration/ */ { "$schema": "node_modules/wrangler/config-schema.json", "name": "[redacted]", "compatibility_date": "2025-04-04", "compatibility_flags": ["nodejs_compat"], "main": "./workers/app.ts", "observability":...

Minimal reproduction can be found at: https://github.com/erictaylor/cloudflare-vite-plugin-bug The first issue can be worked around by swapping the commented lines in: 1. `packages/ui/src/index.ts` 2. `apps/test/app/components/theme-provider.tsx` Interestingly enough though in this minimal...

@petebacondarwin any update on this?

@petebacondarwin just curious if there is any update here? Is their anything we can do to help?

I am having the same issue where autofetching is happening every 2 minutes even though `git.autofetch` is `false` and `git.autofetchPeriod` is `180`. This only started happening in the latest stable...

@lszomoru here is a copy of my output. In my case, my SSH keys are stored on a YubiKey, so everytime this runs it fails (expected) because I have to...