pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:TypeScript
Filter by
15.1k results
insindresorhus (press backspace or delete to remove)Summary
The export dimensions controls now use the cropped video area as their reference size.
Previously, the width and height fields were based on the full source video dimensions even after cropping. ...
#14 and https://github.com/sindresorhus/get-east-asian-width/commit/8a1a5efca8c2645c2f8f94f2572461007a3bca2d makes
bundler unable to tree-shake unused ranges. This increases the Prettier package ~29kb. ...
Groups items by the value of a specified key.
This type creates an object where each key is a possible value of the specified property GroupingKey, and the
corresponding value is the union of all items ...
- Closes https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1706
(AI noise)
docs
This adds a kill-all option for same-name processes in interactive mode.
What changed:
- Groups same-name processes in the interactive search results.
- Shows a clear Kill all N process-name processes ...
What
Append --no-workspaces to the npm version call used by yarnBerryConfig.versionCommand.
Why
When releasing a yarn-berry workspace member, npm 11 auto-detects the workspace context from the cwd. ...
Summary
Fixes #18 — clear-module doesn t skip native modules.
Problem
clear-module currently removes native modules ( files) from require.cache. Re-requiring these after deletion causes
Error: Unknown ...
This change allows config.selectionColor to override the default selection color. If selectionColor is not provided, it
falls back to rgba(151, 151, 155, 0.2) .