aweebit

Results 12 issues of aweebit

### Used by - [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) - [Commander](https://github.com/tj/commander.js) - [Express](https://github.com/expressjs/express) - [AWS SDK](https://github.com/aws/aws-sdk-js) - [SuperAgent](https://github.com/ladjs/superagent) - [Engine.IO](https://github.com/socketio/engine.io) - [Stylus](https://github.com/stylus/stylus) - [Mongoose](https://github.com/Automattic/mongoose) - [PM2](https://github.com/Unitech/pm2) - And [more…](https://github.com/search?q=%22*+%40api+private%22+path%3A%2F%5C.%28js%7Cts%29x%3F%24%2F+NOT+is%3Afork&type=code) ### Current support - [Dox](https://github.com/tj/dox)...

I want the same environment variable loading and validation to happen in code bundled with Vite for SSR and before running command line tools such as [`kysely-ctl`](https://github.com/kysely-org/kysely-ctl). For the environment...

**Is your feature request related to a problem? Please describe.** Trying to install `@ts-rest/express` in a project that has Express 5 as a dependency leads to a peer dependency conflict:...

enhancement

- #33041 Since React doesn't provide a native way to define a dependency array for resetting state, I have to resort to a user-land implementation of this functionality. Here is...

## Search terms getDerivedStateFromProps, useState, useEffect, derived state ## Previous issues - #14288 - #14738 - #14830 - #15523 - #16461 - #17712 ## Essential reading - [1] [You Might...

Status: Unconfirmed

React version: 19.1.0 eslint-plugin-react-hooks version: 5.2.0 ## Steps To Reproduce 1. ```bash git clone https://github.com/aweebit/eslint-plugin-react-hooks-unstable-reference-issue.git` cd eslint-plugin-react-hooks-unstable-reference-issue npm install ``` 2. Run `npm run lint` and observe how there are...

Status: Unconfirmed

https://github.com/peterjuras/use-state-with-deps/blob/3b2a738259c2dedc93d43cbaeba1b12812917449/src/index.ts#L37-L57 Refs' `current` values should not be read from or written to during rendering because it can cause very subtle bugs when using React 18's concurrent features such as [`useTransition`](https://react.dev/reference/react/useTransition)...

# Report a bug ### πŸ”Ž Search Terms bigint ### 🧩 Context - ArkType version: 2.1.20 (latest) - TypeScript version (5.1+): 5.8.3 ### πŸ§‘β€πŸ’» Repro Playground Link: https://arktype.io/playground?code=import%2520%257B%2520type%2520%257D%2520from%2520%27arktype%27%253B%250A%250Aconst%2520Thing%2520%253D%2520type%28%27bigint%255B%255D%27%29.narrow%28%28arr%252C%2520ctx%29%2520%253D%253E%2520%257B%250A%2520%2520return%2520new%2520Set%28arr%29.size%2520%253D%253D%253D%2520arr.length%2520%257C%257C%2520ctx.mustBe%28%27free%2520of%2520duplicates%27%29%253B%250A%257D%29%253B%250A%250Aconst%2520out%2520%253D%2520Thing%28%255B1n%252C%25200n%252C%25201n%255D%29%253B ```ts import...

bug

## Environment - wyw-in-js version: 0.6.0 - custom processor: Linaria - Bundler (+ version): Vite 6.3.5 - Node.js version: 22.12.0 - OS: Windows 10.0.19045 ## Description ```typescript import { css...

bug report πŸ¦—
bundler: rollup πŸ—žοΈ
bundler: webpack πŸ“¦
cat: performance πŸš€
needs: complete repro πŸ–₯️