Kristoffer K.
Kristoffer K.
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [x] This feature is important to have in this repository; a contrib plugin wouldn't do ## Describe...
## Description I have a dependency that loads a large fallback implementation when `typeof Intl.Segmenter === 'undefined'` but I know that in my target environment `typeof Intl.Segmenter === 'object'` so...
Running [EXPLAIN](https://www.sqlite.org/lang_explain.html) on a query that contains parameters doesn't seem to work correctly as an error is thrown because the parameters aren't set but that shouldn't be required. Tested with...
**What's the problem this PR addresses?** React Native uses Yarn v3 in node_modules mode by default now so we should ensure we don't accidentally break that setup. Ref https://reactnative.dev/blog/2024/04/22/release-0.74#yarn-3-for-new-projects **How...
**What's the problem this PR addresses?** The e2e status table in our README.md needs to be kept up to date manually whenever we add or remove an e2e test and...
**What's the problem this PR addresses?** The error added in https://github.com/yarnpkg/berry/pull/6399 should have used `throw new Error()` so that Node.js can handle the printing and provide a stack trace. **How...
The AST doesn't provide the original casing used for the literals `NULL`, `CURRENT_DATE`, `CURRENT_TIME`, and `CURRENT_TIMESTAMP` making it impossible to detect what the column name would be from just the...
Running `patch-commit` for a package that has a builtin patch now fails with ``` Internal Error: Assertion failed: Expected the resolution to have been registered at PatchCommitCommand.execute (/berry/packages/plugin-patch/sources/commands/patchCommit.ts:82:15) at PatchCommitCommand.validateAndExecute...