issues Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:HTML
Filter by
13.7k results
insindresorhus (press backspace or delete to remove)The archived qualifier is not supported when searching issues. Try searching for repositories instead?
Hi:
First, thank you for maintaining Gifski. It s an excellent tool and has become part of many macOS workflows.
I noticed that older macOS binary releases were previously available as ZIP archives, ...
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
Many times I need a delay between function execution, for example to do fetch request and not spam kill a server.
Currently proposed solution in https://github.com/sindresorhus/p-map/issues/25 is not ...
!--- 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
got has ways to identify retry requests, for example with using context.retryCount in beforeRequest:
const response = await got( https://httpbin.org/status/500 , {
retry: {
limit: 2
},
hooks: {
...
First of all, thank you for this awesome library, so happy to use your libraries and prefer them over the rest of npm
I m using valibot library and would love to use its configuration flags. Here s what ...

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.