Results 19 issues of nuintun

## Bug description Since version 5.15.0, the extension runs very slowly whenever there is a .prisma file in the root directory of the project. Linting and formatting take more than...

- Align centerZoomedOut functionality with documentation - feat: Optimize zoom logic

size/M

> utils.ts ```ts /** * @module utils */ export function toBit(value: number): 0 | 1 { return (value & 0x01) as 0 | 1; } export function toInt32(value: number): number...

React version: 19.2.0 ## Steps To Reproduce 1. Wrap components with memo Link to code example: https://codesandbox.io/p/sandbox/damp-dust-skq4hf ## The current behavior Having different behaviors ![Image](https://github.com/user-attachments/assets/9e1814e5-3fa5-407e-afc1-52d874b80084) ## The expected behavior Having...

Status: Unconfirmed

React version: 19 ## Steps To Reproduce 1. Set props with bigint ```ts import { useCallback, useState } from 'react'; interface ServiceItem { name: string; regionIds: bigint[]; } interface MachineItem...

Status: Unconfirmed

### Verify latest release - [x] I verified that the issue exists in the latest pnpm release ### pnpm version v10.23.0 ### Which area(s) of pnpm are affected? (leave empty...

type: bug

In Zod v4, the global configuration method z.config allows customizing error messages via the customError and localeError function, which currently only receives the issue parameter. The requirement is for customError...