pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:Python
Filter by
12k results
insindresorhus (press backspace or delete to remove)I d like to propose using the iTerm workaround also for the VSCode terminal.
Maybe I am missing something, but the current implementation doesn t work for me in VSCode.
If you like, I could also simplify ...
!-- If you re adding a new rule, please follow these steps.
Fixes #2939
Summary
Closes #49
Remove render-gif from the default install graph and load it only when the GIF APIs are used.
This keeps buffer() and file() unchanged for static image consumers, while avoiding the ...
https://github.com/sindresorhus/globals/pull/340#discussion_r3019829315
Alacritty updated their settings config file to toml format a while ago.
Closes #2767
What
Adds a new rule that enforces calling .toArray() at the end of an iterator method chain, rather than in the middle.
Notes
- flatMap is intentionally excluded: Iterator#flatMap requires ...
Adds the no-top-level-side-effects rule, which flags top-level executable statements in ES modules.\n\nAddresses the
issues noted in #2870 and #2912:\n- export default foo() now correctly flagged\n- void ...
Fixes https://github.com/sindresorhus/p-limit/issues/103 issue