Henry Cai
Henry Cai
Starting from [Next 14.2.0](https://github.com/vercel/next.js/releases/tag/v14.2.0), Next will output request logs in dev mode (https://github.com/vercel/next.js/pull/62946), which is always enabled and [uses `process.stdout.write`](https://github.com/vercel/next.js/blob/1afdbb872231e01e0f311c25e84f5c8024bb3406/packages/next/src/server/next-server.ts#L124-L126) to output the logs. I tried to create a new...
Vitest has a type helper [vi.mocked](https://vitest.dev/api/vi.html#vi-mocked) to typed the passed in object as a mock object, it would be helpful if vietst-mock-extended has similar helper for mock and deepMock objects,...
Close #6428 This PR updates all the `@radix-ui/*` imports in v4 to use the new [`radix-ui`](https://www.npmjs.com/package/radix-ui) package. @shadcn I didn't touch the old Tailwind v3 based components as I am...
Github job has three value for `job.status` ([doc](https://docs.github.com/en/actions/reference/accessing-contextual-information-about-workflow-runs#job-context)): `success`, `failure`, or `cancelled`. The updated example maps `cancelled` to `inactive`, and reuse the `job.status` if it is `success` or `failure`, simplify...
close https://github.com/OneSignal/onesignal-node-api/issues/61 # Description ## One Line Summary Add the missing REST API parameter disable_email_click_tracking ## Details ### Motivation The parameter of the REST API create email message `disable_email_click_tracking` (https://documentation.onesignal.com/reference/email#disable_email_click_tracking)...
close https://github.com/OneSignal/onesignal-node-api/issues/83 # Description ## One Line Summary Remove `node-fetch` as `fetch` is available in the modern environments (browser and Node >= 18) ## Details ### Motivation This package depends...
**Is your feature request related to a problem? Please describe.** Zod added [new string validators](https://zod.dev/?id=strings) `date`, `time`, `duration ` and `base64` since 3.23, they are not added to zod-prisma-types yet....
### Link to the code that reproduces this issue https://github.com/CHC383/Next.js-Prisma-TS-Generator ### To Reproduce 1. `pnpm i` 2. `pnpm build` ### Current vs. Expected behavior **Current behavior** Code is bundled with...
### Describe the bug After resolving https://github.com/storybookjs/storybook/issues/31561 and enabling addon docs in the vitest config, now a new error occurs, looks like something wrong with loading `react/jsx-runtime`, `react-dom/test-utils` and `react-dom/client`...
### Feature Summary Run the [postinstall script](https://github.com/prisma/prisma/blob/main/packages/client/scripts/postinstall.js) of `@prisma/client` while running `prisma generate` if `.prisma/client` doesn't exist ### Use Cases & Problem Description pnpm uses [side effects cache](https://pnpm.io/settings#sideeffectscache) to cache...