pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:Python
Filter by
59 results
insindresorhus (press backspace or delete to remove)Fixes #1219
Summary
- Ignore a singular inherited stdin source when input or inputFile is provided, so explicit input becomes the only
stdin source.
- Preserve explicit multi-source stdin arrays ...
- Adds ImageDimensions and exports it in index.d.ts
The README.md wasn t updated to use this new type since I figured you wanted to make the object properties visible, but
that might be warranted.
Fixes #132.
When the extension detects it is offline, it currently waits for the next alarm before checking again. This registers an
online listener so the background script retries immediately when the ...
Summary
- add online/offline connection listeners so the extension can react immediately when network state changes
- treat API network error as an offline condition and render the offline warning ...
Fixes #132
This restores connection status listeners in the background worker. When the browser reports that it is online again,
the extension runs an update immediately instead of waiting for the next ...
Adds bulk entries to the interactive process search so filtered results can be killed together:
- show an All matching processes entry when a search returns multiple processes
- show All name processes ...
(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 ...