pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:C language:C language:JavaScript
Filter by
11.9k results
insindresorhus (press backspace or delete to remove) - https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2443
For the same reason why it was removed from the recommended config two years ago, I think it should just be removed now.
The underlying ...
Summary
- Add Node.js 26 to the CI matrix on ubuntu, macos, and windows
- Keeps existing Node 18 and 24 jobs unchanged
Fixes #1233
Test plan
- [ ] CI passes on Node 26 (ubuntu, macos, windows) ...
Summary:
- detach non-wait PowerShell launches after stdio is ignored so Windows targets can keep opening after the parent
process exits
- add an AVA regression test that loads the module with ...
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.
This PR adds pause(), resume() and isPaused properties to the concurrency limit function. This allows developers to
temporarily halt the execution of queued tasks (while currently executing tasks run to ...
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 ...
I have the feeling this will create some controversy, but hear me out. I m fully aware that ignoring a dirty git state
can introduce some unwanted behaviour; files that are not tracked could still end ...
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 ...