Michael Li

Results 43 comments of Michael Li

![image](https://user-images.githubusercontent.com/33362998/107048303-6a37f080-678e-11eb-88ac-90f9dbe7c669.png) I'm referring v5, https://codesandbox.io/s/material-ui-issue-forked-ce2vj?file=/src/Demo.tsx The expected behavior is no type error.

it should not raise error without augmentated type. Mui already support these variations in V5, why user need to add these colors to theme type manually?

i noticed that it always happened when vite optimizing dependencies on first run, it does not show afterward. ``` 5:49:35 PM [vite] (client) ✨ new dependencies optimized: .... 5:49:35 PM...

It would be nice user can disable features to avoid generate unused types ```prisma generator client { provider = "prisma-client-js" previewFeatures = ["nApi"] disableFeatures = ["filterJson", "orderByAggregateGroup"] } ```

So currently, it cannot watch persistent tasks? if I have a package built with TSC (not watching), I want the persistent app to reload whenever the packages are rebuilt.

When working with NestJS in a monorepo setup, I want the server to reboot whenever I edit the packages. For example, I need to reload app-1 and app-2 when package-1...

Hi Anthony, Thanks for getting back to me. You suggested the configuration `nest build -b swc` only works if I want to build and rebuild when dependencies change. During development,...

![CleanShot 2024-06-05 at 13 59 22](https://github.com/vercel/turbo/assets/33362998/94f924ae-3390-4aa4-800d-d1f1aa46d709) > Tell me if I got it this time. 😄 I guess not 🫢. I created a simple repo for reproduction: https://github.com/michael-land/turborepo2-watch In the...

I tried your PR, and Next.js example is working fine (I guess next.js might also watch node_modules or .next folder for hot reloads). However, I can't get `nest build -b...