pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift language:JavaScript
Filter by
11.9k results
insindresorhus (press backspace or delete to remove)Summary
Fixes the estimated file size not updating when changing the screen-area crop.
Changes
Added an outputCropRect change observer in EditScreen. Also refreshes preview settings after crop changes, ...
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. ...
- 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) .