Skip to content

Commit 66631b0

Browse files
committed
Added missing back issues of TWiN
1 parent 95ed663 commit 66631b0

8 files changed

+887
-0
lines changed

blog/2025-06-27-twin0305.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
---
2+
title: 'This week in Nushell #305'
3+
author: The Nu Authors
4+
author_site: https://nushell.sh
5+
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6+
excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-06-26'
7+
---
8+
9+
# This Week in Nushell #305
10+
11+
Published Monday, 2025-08-18, including PRs merged Friday, 2025-06-20 through Thursday, 2025-06-26.
12+
13+
## Nushell
14+
15+
- @sholderbach:
16+
17+
- [bumped `strip-ansi-escapes` to deduplicate `vte` (#16054)](https://github.com/nushell/nushell/pull/16054)
18+
- [added `tango` folder to .gitignore (#16052)](https://github.com/nushell/nushell/pull/16052)
19+
20+
- @Axlefublr:
21+
22+
- [added note for figuring out datetime escape sequences to default config (#16051)](https://github.com/nushell/nushell/pull/16051)
23+
24+
- @musicinmybrain:
25+
26+
- [updated which from 7.0.3 to 8.0.0 (#16045)](https://github.com/nushell/nushell/pull/16045)
27+
28+
- @fdncred:
29+
30+
- [updated nushell to latest reedline e4221b9 (#16044)](https://github.com/nushell/nushell/pull/16044)
31+
- [fixed LS_COLORS fi=0 coloring (#16012)](https://github.com/nushell/nushell/pull/16012)
32+
33+
- @adithyaov:
34+
35+
- [updated how paths are interpreted in `start` (#16033)](https://github.com/nushell/nushell/pull/16033)
36+
37+
- @Tyarel8:
38+
39+
- [added `is_const` information to std/help (#16032)](https://github.com/nushell/nushell/pull/16032)
40+
- [fixed windows `--help` output collection for gui programs in std/help (#16019)](https://github.com/nushell/nushell/pull/16019)
41+
- [added `--help` support for external commands (#15962)](https://github.com/nushell/nushell/pull/15962)
42+
43+
- @ayax79:
44+
45+
- [upgraded to polars 0.49 (#16031)](https://github.com/nushell/nushell/pull/16031)
46+
47+
- @Bahex:
48+
49+
- [fixed hooks to correctly update config state when changing `$env.config` (#16021)](https://github.com/nushell/nushell/pull/16021)
50+
- [preserved round float numbers' type in `to <format>` (#16016)](https://github.com/nushell/nushell/pull/16016)
51+
52+
- @hustcer:
53+
54+
- [added loongarch64-unknown-linux-musl build target (#16020)](https://github.com/nushell/nushell/pull/16020)
55+
56+
- @Mrfiregem:
57+
58+
- [allowed `update cells` to work on single records (#16018)](https://github.com/nushell/nushell/pull/16018)
59+
- [streamed lazy `default` output (#15955)](https://github.com/nushell/nushell/pull/15955)
60+
61+
- @132ikl:
62+
63+
- [added `only` command to `std-rfc/iter` (#16015)](https://github.com/nushell/nushell/pull/16015)
64+
- [added backtick code formatting to `help` (#15892)](https://github.com/nushell/nushell/pull/15892)
65+
66+
- @echasnovski:
67+
68+
- [added 'double' table mode (#16013)](https://github.com/nushell/nushell/pull/16013)
69+
70+
- @kumarUjjawal:
71+
72+
- [fixed `random dice` to gracefully handle --sides 0 using NonZeroUsize (#16001)](https://github.com/nushell/nushell/pull/16001)
73+
- [made drop nth command support spreadable arguments (#15897)](https://github.com/nushell/nushell/pull/15897)
74+
75+
- @blindFS:
76+
- [fixed completion for external path arguments with spaces (#15998)](https://github.com/nushell/nushell/pull/15998)
77+
- [improved scalability of get_columns (#15780)](https://github.com/nushell/nushell/pull/15780)
78+
79+
## Nu_Scripts
80+
81+
- @gin-lsl:
82+
- [fixed incompatible npm scripts (#1137)](https://github.com/nushell/nu_scripts/pull/1137)
83+
84+
## Integrations
85+
86+
- @hustcer:
87+
- [added updated manifests for 0.105.0 and 0.105.1 (#62)](https://github.com/nushell/integrations/pull/62)
88+
89+
## Documentation
90+
91+
- @scarlet-storm:
92+
93+
- [escaped all singlequotes in fish_completer (#1958)](https://github.com/nushell/nushell.github.io/pull/1958)
94+
- [handled fish external completer annoyances (#1955)](https://github.com/nushell/nushell.github.io/pull/1955)
95+
96+
- @Axlefublr:
97+
98+
- [merged settings instead of overriding them in book (#1957)](https://github.com/nushell/nushell.github.io/pull/1957)
99+
- [changed 'before' to 'later' (#1956)](https://github.com/nushell/nushell.github.io/pull/1956)
100+
- [changed 'nu config' to 'config' (#1951)](https://github.com/nushell/nushell.github.io/pull/1951)
101+
- [wrapped variable-like things in code formatting (#1950)](https://github.com/nushell/nushell.github.io/pull/1950)
102+
- [fixed typo (#1949)](https://github.com/nushell/nushell.github.io/pull/1949)
103+
104+
- @meghprkh:
105+
106+
- [made capture-foreign-env return an empty record instead of an empty list (#1954)](https://github.com/nushell/nushell.github.io/pull/1954)
107+
108+
- @WindSoilder:
109+
110+
- [clarified stderr usage (#1953)](https://github.com/nushell/nushell.github.io/pull/1953)
111+
112+
- @echasnovski:
113+
- [updated available table modes (#1948)](https://github.com/nushell/nushell.github.io/pull/1948)
114+
115+
## reedline
116+
117+
- @qilme:
118+
119+
- [fixed cursor start position for large buffers (#900)](https://github.com/nushell/reedline/pull/900)
120+
121+
- @maxomatic458:
122+
- [added smooth scrolling to menus (#891)](https://github.com/nushell/reedline/pull/891)
123+
124+
## NUPM
125+
126+
- @kubouch:
127+
128+
- [replaced filter with where (#123)](https://github.com/nushell/nupm/pull/123)
129+
130+
- @mkatychev:
131+
132+
- [added examples documentation to subcommands (#121)](https://github.com/nushell/nupm/pull/121)
133+
134+
- @Rydwxz:
135+
- [worked on registry (#118)](https://github.com/nushell/nupm/pull/118)

blog/2025-07-04-twin0306.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: 'This week in Nushell #306'
3+
author: The Nu Authors
4+
author_site: https://nushell.sh
5+
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6+
excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-07-03'
7+
---
8+
9+
# This Week in Nushell #306
10+
11+
Published Monday, 2025-08-18, including PRs merged Friday, 2025-06-27 through Thursday, 2025-07-03.
12+
13+
## Nushell
14+
15+
- @dilr:
16+
17+
- [Fixed 'find --columns .. --regex ..' to work and updated the help message (#16103)](https://github.com/nushell/nushell/pull/16103)
18+
19+
- @yertto:
20+
21+
- [Added ANSI style reset codes (#16099)](https://github.com/nushell/nushell/pull/16099)
22+
23+
- @cptpiepmatz:
24+
25+
- [Allowed enabling deprecated experimental options (#16096)](https://github.com/nushell/nushell/pull/16096)
26+
- [Forwarded experimental options in `toolkit run` (#16095)](https://github.com/nushell/nushell/pull/16095)
27+
- [Allowed dashes in experimental option identifiers (#16093)](https://github.com/nushell/nushell/pull/16093)
28+
- [Added infrastructure for experimental options (#16028)](https://github.com/nushell/nushell/pull/16028)
29+
30+
- @Bahex:
31+
32+
- [Refactored parse to return `null` for unmatched capture groups instead of empty string (#16094)](https://github.com/nushell/nushell/pull/16094)
33+
- [Optimized cell-path member accesses to avoid clones (#15682)](https://github.com/nushell/nushell/pull/15682)
34+
35+
- @app/dependabot:
36+
37+
- [Bumped crate-ci/typos from 1.33.1 to 1.34.0 (#16088)](https://github.com/nushell/nushell/pull/16088)
38+
- [Bumped indexmap from 2.9.0 to 2.10.0 (#16087)](https://github.com/nushell/nushell/pull/16087)
39+
- [Bumped quick-xml from 0.37.1 to 0.37.5 (#16086)](https://github.com/nushell/nushell/pull/16086)
40+
41+
- @fdncred:
42+
43+
- [Updated Rust to version 1.86.0 (#16077)](https://github.com/nushell/nushell/pull/16077)
44+
45+
- @Tyarel8:
46+
47+
- [Fixed std/help by adding `debug -v` to string default parameters (#16063)](https://github.com/nushell/nushell/pull/16063)
48+
49+
- @sholderbach:
50+
51+
- [Fixed easy clippy lints from the latest stable release (#16053)](https://github.com/nushell/nushell/pull/16053)
52+
53+
- @kumarUjjawal:
54+
55+
- [Fixed metadata set to return an error when both --datasource-filepath and -datasource-ls are used (#16049)](https://github.com/nushell/nushell/pull/16049)
56+
57+
- @132ikl:
58+
59+
- [Added pipeline span to `metadata` (#16014)](https://github.com/nushell/nushell/pull/16014)
60+
61+
- @liquid-dragons:
62+
- [Made `save` return directory_not_found when parent directory doesn't exist (#15961)](https://github.com/nushell/nushell/pull/15961)
63+
64+
## Nu_Scripts
65+
66+
- @TechnoTecna:
67+
68+
- [Fixed custom completion for `pass` by converting the path pattern string to glob (#1141)](https://github.com/nushell/nu_scripts/pull/1141)
69+
70+
- @renestalder:
71+
72+
- [Fixed composer completions by replacing `filter` with `where` (#1140)](https://github.com/nushell/nu_scripts/pull/1140)
73+
74+
- @samoylovfp:
75+
76+
- [Stripped ANSI from the main branch name (#1139)](https://github.com/nushell/nu_scripts/pull/1139)
77+
78+
- @shimeoki:
79+
- [Fixed pause in background_task (#1138)](https://github.com/nushell/nu_scripts/pull/1138)
80+
81+
## Documentation
82+
83+
- @scarlet-storm:
84+
85+
- [Optimized fish_completer path lookups (#1963)](https://github.com/nushell/nushell.github.io/pull/1963)
86+
87+
- @oatovar:
88+
89+
- [Added header for parsing commits section (#1962)](https://github.com/nushell/nushell.github.io/pull/1962)
90+
91+
- @link1183:
92+
93+
- [Fixed Getting started documentation to use where instead of filter (#1961)](https://github.com/nushell/nushell.github.io/pull/1961)
94+
95+
- @Axlefublr:
96+
- [Fixed book to suggest configuration syntax that merges rather than overrides (#1959)](https://github.com/nushell/nushell.github.io/pull/1959)
97+
98+
## Tree-sitter
99+
100+
- @Bahex:
101+
102+
- [Added highlighting for regex strings and 'nu -c <commands>' (#210)](https://github.com/nushell/tree-sitter-nu/pull/210)
103+
104+
- @blindFS:
105+
- [Refactored to add string_content child node to val_string (#209)](https://github.com/nushell/tree-sitter-nu/pull/209)
106+
- [Fixed cellpath literal as new value type (#205)](https://github.com/nushell/tree-sitter-nu/pull/205)

blog/2025-07-11-twin0307.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: 'This week in Nushell #307'
3+
author: The Nu Authors
4+
author_site: https://nushell.sh
5+
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6+
excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-07-10'
7+
---
8+
9+
# This Week in Nushell #307
10+
11+
Published Monday, 2025-08-18, including PRs merged Friday, 2025-07-04 through Thursday, 2025-07-10.
12+
13+
## Nushell
14+
15+
- @echasnovski
16+
17+
- [fixed `gstat` making `state` entry lowercase (#16153)](https://github.com/nushell/nushell/pull/16153)
18+
19+
- @ryanxcharles
20+
21+
- [fixed typo in pipe documentation (#16152)](https://github.com/nushell/nushell/pull/16152)
22+
23+
- @132ikl
24+
25+
- [used Severity::Warning for miette warnings (#16146)](https://github.com/nushell/nushell/pull/16146)
26+
- [fixed type checking for assignment operators (#16107)](https://github.com/nushell/nushell/pull/16107)
27+
28+
- @app/dependabot
29+
30+
- [bumped indicatif from 0.17.9 to 0.17.11 (#16136)](https://github.com/nushell/nushell/pull/16136)
31+
32+
- @dead10ck
33+
34+
- [fixed polars datetime type conversion (#16133)](https://github.com/nushell/nushell/pull/16133)
35+
36+
- @ayax79
37+
38+
- [added flag limit for `polars arg-sort` (#16132)](https://github.com/nushell/nushell/pull/16132)
39+
40+
- @blindFS
41+
42+
- [fixed panic when using if command as constant expr by bringing back `Type::Block` (#16122)](https://github.com/nushell/nushell/pull/16122)
43+
44+
- @cptpiepmatz
45+
46+
- [added `all` flag to enable all active experimental options (#16121)](https://github.com/nushell/nushell/pull/16121)
47+
48+
- @fdncred
49+
50+
- [fixed missing new items in `ansi --list` (#16113)](https://github.com/nushell/nushell/pull/16113)
51+
52+
- @hustcer
53+
54+
- [updated winget default INSTALLDIR for per-machine install path (#16026)](https://github.com/nushell/nushell/pull/16026)
55+
56+
- @zhiburt
57+
- [optimized nu-table creation and width functions (#15900)](https://github.com/nushell/nushell/pull/15900)
58+
59+
## Nu_Scripts
60+
61+
- @lucascherzer
62+
- [fixed url encoding (#1142)](https://github.com/nushell/nu_scripts/pull/1142)
63+
64+
## Integrations
65+
66+
- @hustcer
67+
- [added workflow for winget install/upgrade tests (#63)](https://github.com/nushell/integrations/pull/63)
68+
69+
## Documentation
70+
71+
- @lucascherzer
72+
73+
- [added link to issue (#1968)](https://github.com/nushell/nushell.github.io/pull/1968)
74+
75+
- @NotTheDr01ds
76+
77+
- [twin 0303.md (#1967)](https://github.com/nushell/nushell.github.io/pull/1967)
78+
79+
- @azarmadr
80+
- [added link to where command (#1966)](https://github.com/nushell/nushell.github.io/pull/1966)
81+
82+
## Tree-sitter
83+
84+
- @blindFS
85+
86+
- [fixed unexpected spaces at token head (#214)](https://github.com/nushell/tree-sitter-nu/pull/214)
87+
- [updated CI workflow (#213)](https://github.com/nushell/tree-sitter-nu/pull/213)
88+
89+
- @Bahex
90+
- [improved language injections (#211)](https://github.com/nushell/tree-sitter-nu/pull/211)

0 commit comments

Comments
 (0)