Jack Hsu

Results 109 comments of Jack Hsu

One thing I noticed when testing locally is that setting local registry in `$HOME/.bunfig.toml` didn't always work for me unless I run `bun install --no-cache`. Not sure what the issue...

> @jaysoo one thing I haven't done is update verdaccio to edit bunfig.toml to add a custom registery We should do this here or as a follow-up to add bun...

> I'll update the test shortly. Is they anything else we need for this or want me to look at? I think we're good. When we enable nightlies we'll make...

> So latest pr revase broke it again -_- let me know when you want this in / ready and I'll fix it again. Looks like it's green now. I'll...

Pushed one more fix and doing more testing. We're ready to merge Nx 19 features, so we should be merging this very soon.

Quick update on this PR, we are planning to include this in Nx 19.1 rather than 19. The reason is that Nx 19 is a stability release to address some...

@vergilfromadyen There shouldn't be a conflict there as the executor sets `NODE_ENV` first, which is read in by the interpolate function. Note that `nx serve` will be in `development`, and...

The issue here is that Nx is loading the `.env.local` from the project folder, which is intentional. When Vite reloads itself, it is still inheriting the environment variable set by...

Can we match the icons and colors to what's on Nx Cloud? Icons: https://github.com/nrwl/ocean/tree/e9859b2206ab5b9e943862b13dc2cf488fad0f91/libs/nx-cloud/ui-icons/src/lib/technologies Color: https://github.com/nrwl/ocean/blob/e9859b2206ab5b9e943862b13dc2cf488fad0f91/libs/nx-cloud/feature-runs/src/lib/tech-labels.tsx#L25

This is fixed in https://github.com/nrwl/nx/pull/22628 and is in latest canary `18.3.0-canary.20240403-270788e`. The patch version will be released this week.