- Dec 01, 2023
-
-
Ellet authored
-
- Dec 02, 2023
-
-
Jordan Harband authored
-
- Nov 25, 2023
-
-
Jordan Harband authored
Fixes #3239
-
- Nov 15, 2023
-
-
Jordan Harband authored
-
- Nov 23, 2023
-
-
Jordan Harband authored
-
- Nov 12, 2023
-
-
Hao Cheng authored
-
- Dec 04, 2023
-
-
Jordan Harband authored
-
- Nov 03, 2023
-
-
Jordan Harband authored
This should only annoy those testing their PRs; real users should never set this env var
-
- Nov 02, 2023
-
-
Jordan Harband authored
This should be improved in the future, but is fine for now
-
- Sep 30, 2023
-
-
Andrius Solopovas authored
-
- Nov 01, 2023
-
-
Jordan Harband authored
- disable failing Alpine tests - disable Ubuntu-18.04 tests on node 18+ - add Ubuntu-20.04 tests
-
Jordan Harband authored
avoids `expr: warning: ^lts/-[1-9][0-9]*: using ^ as the first character of a basic regular expression is not portable; it is ignored`
-
- Oct 23, 2023
-
-
Jordan Harband authored
-
- Oct 25, 2023
-
-
Jordan Harband authored
-
- Oct 23, 2023
-
-
Jordan Harband authored
-
Jordan Harband authored
-
Jordan Harband authored
-
Justin Dhillon authored
-
- Oct 20, 2023
- Oct 06, 2023
-
-
Michael Di Prisco authored
-
- Oct 09, 2023
-
-
Jordan Harband authored
-
zhangdiandian authored
Signed-off-by:
zhangdiandian <1635468471@qq.com>
-
- Sep 19, 2023
-
-
Peter Dave Hello authored
-
- Sep 18, 2023
-
-
Nam authored
-
- Aug 26, 2023
-
-
Jordan Harband authored
-
- Aug 22, 2023
-
-
Jordan Harband authored
-
- Jun 21, 2023
-
-
Oliver Henshaw authored
Path lists in environmental variables often give special meaning to empty entries (e.g. in PATH or MANPATH). These are represented by leading or trailing colons, or by doubled colons in the middle of the list. Adjust the awk invocation to correctly deal with trailing colons by printing the separator before every field except the first, and then printing the final separator that is read from the input - this will either be a colon or the null string. This preserves leading and trailing colons in all cases while not adding extra colons in the wrong place. Add test to confirm the correct behaviour. Fixes #3144
-
- Jul 20, 2023
-
-
heungjun.park authored
Co-authored-by:
heungjun.park <rockheung@gmail.com> Co-authored-by:
Jordan Harband <ljharb@gmail.com>
-
- Aug 06, 2023
- Dec 28, 2022
-
-
Jordan Harband authored
-
Jordan Harband authored
-
- Jul 26, 2023
-
-
Jordan Harband authored
See https://github.com/npm/cli/pull/6674
-
- Jul 25, 2023
-
-
Jordan Harband authored
-
Jordan Harband authored
-
- Apr 15, 2020
-
-
Emmanuel Ogbizi authored
-
- Jun 18, 2023
-
-
emmanuel-ferdman authored
Signed-off-by:
emmanuel-ferdman <35470921+emmanuel-ferdman@users.noreply.github.com>
-
- Jun 05, 2023
-
-
Augustin Mauroy authored
-
- Apr 25, 2023
-
-
milesfrain authored
I had to dig into #2410 to learn about the `PROFILE=/dev/null` technique to install without appending to my shell config. Figured this note would be good to add in the main installation docs. Also added a note on how to do this as a one-liner which was not obvious for me.
-
- May 01, 2023
-
-
Deniz Eren Evrendilek authored
Fixes #3104
-