issues Search Results · user:sindresorhus language:swift archived:false is:public language:C language:C language:JavaScript
Filter by
984 results
insindresorhus (press backspace or delete to remove)The archived qualifier is not supported when searching issues. Try searching for repositories instead?
How difficult would it be to extend support for certain rules to CSS? expiring-todo-comments and other comment-related
rules would be a good fit since CSS /**/ comments are identical
/* TODO [2027-01-01]: ...
enhancement
evaluating
Get prompted to login to npm, which when successful, then exits the cli with the error below, in an endless loop
Error: You must be logged in. Use `npm login` and try again.
Using npm login manually ...
Description
If the value of {Map,WeakMap}#getOrInsert() has side effects, it should use getOrInsertComputed() instead.
Examples
// ❌
map.getOrInsert(key, call());
// ✅
map.getOrInsertComputed(key, ...
evaluating
new rule
Description
In places that accept Iterator, Iterator.concat() should be used instead of creating a temporary array.
Examples
// ❌
new Set([...foo, ...bar])
// ✅
new Set(Iterator.concat(foo, bar))
...
evaluating
new rule
!--- Provide a short summary of the request in the title above --
Description
!-- Write a clear and concise description of the feature --
Now that npm 11.15.0 and pnpm 11.3 support Staged publishing ...
Description
- https://github.com/npm/cli/issues/8698
Is the feature request related to a problem?
I just published an empty package because I have ignore-scripts=true in my ~/.npmrc file
Possible ...
enhancement
We should support Node 26 and run CI tests on it.
Description
Try in your console:
document.body.onclick = async e= {
console.log( current: , e.currentTarget);
await 1;
console.log( current: , e.currentTarget)
}
document.body.click();
...
evaluating
new rule
!-- ✨ Thanks for reporting a bug! ➡️ Please don t ignore this template --
!-- 1️⃣ Explain here what s wrong -- In isolated-functions, it s somewhat intuitive to think you can write a selector to
match ...
bug
Summary
Apps using Defaults with one or more keys declared iCloud: true crash on launch or on foreground/background wake-up with
EXC_CRASH (SIGABRT). The abort comes from the Swift Concurrency runtime ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.