Skip to content

Commit 82323a2

Browse files
authored
TWiN 327 (#2085)
1 parent 6b3ec55 commit 82323a2

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

blog/2025-11-28-twin0327.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: 'This week in Nushell #327'
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-11-27'
7+
---
8+
9+
# This Week in Nushell #327
10+
11+
Published Saturday, 2025-11-29, including PRs merged Friday, 2025-11-21 through Thursday, 2025-11-27.
12+
13+
## Integrations
14+
15+
- @hustcer:
16+
- [used explicit key for Debian / Ubuntu repo (#74)](https://github.com/nushell/integrations/pull/74)
17+
18+
## Documentation
19+
20+
- @xav-ie:
21+
22+
- [fixed carapace examples (#2082)](https://github.com/nushell/nushell.github.io/pull/2082)
23+
- [updated vuepress plugins (fix CMD/Ctrl+K!) (#2078)](https://github.com/nushell/nushell.github.io/pull/2078)
24+
25+
- @hongquan:
26+
27+
- [used explicit key for Debian / Ubuntu repo (#2080)](https://github.com/nushell/nushell.github.io/pull/2080)
28+
29+
- @hustcer:
30+
31+
- [fixed missing sidebar config in /blog/\* build output (#2079)](https://github.com/nushell/nushell.github.io/pull/2079)
32+
- [updated GitHub actions and node to 22 (#2076)](https://github.com/nushell/nushell.github.io/pull/2076)
33+
- [fixed warning about vuepress plugins being used multiple times (#2075)](https://github.com/nushell/nushell.github.io/pull/2075)
34+
- [upgraded vuepress and related plugins (#2074)](https://github.com/nushell/nushell.github.io/pull/2074)
35+
36+
- @NotTheDr01ds:
37+
- [published TWiN 326 (#2073)](https://github.com/nushell/nushell.github.io/pull/2073)
38+
39+
## Nushell
40+
41+
- @blackhat-hemsworth:
42+
43+
- [adjusted polars/slice command to return lazy output on lazy input (#17067)](https://github.com/nushell/nushell/pull/17067)
44+
45+
- @WindSoilder:
46+
47+
- [added `--strict` flag to `first` and `last` commands to raise error on empty list (#17066)](https://github.com/nushell/nushell/pull/17066)
48+
49+
- @Tyarel8:
50+
51+
- [fixed `split column` to use 0-index like other commands (#17064)](https://github.com/nushell/nushell/pull/17064)
52+
- [made `update` not error on optional cellpaths (#17055)](https://github.com/nushell/nushell/pull/17055)
53+
54+
- @fdncred:
55+
56+
- [made `first` and `last` return `nothing` on empty results (#17054)](https://github.com/nushell/nushell/pull/17054)
57+
58+
- @blindFS:
59+
60+
- [allowed overriding half of the span in custom/external completer (#17049)](https://github.com/nushell/nushell/pull/17049)
61+
- [fixed flag values with spaces & wrong position arg for custom completion without placeholder (#17044)](https://github.com/nushell/nushell/pull/17044)
62+
63+
- @sgvictorino:
64+
65+
- [allowed streaming to commands with union-typed pipeline input (#17048)](https://github.com/nushell/nushell/pull/17048)
66+
67+
- @KaiSforza:
68+
69+
- [prevented `nu-table` from adding empty column when there's only 1 column (#17013)](https://github.com/nushell/nushell/pull/17013)
70+
71+
- @ItsHarper:
72+
- [added `--optional` flag to `std-rfc/iter only` (#16886)](https://github.com/nushell/nushell/pull/16886)
73+
74+
## Nu_Scripts
75+
76+
- @NotTheDr01ds:
77+
- [removed direnv hook example (#1084)](https://github.com/nushell/nu_scripts/pull/1084)

0 commit comments

Comments
 (0)