From 31e8265db51ba9d446819fa2f05d554bead528ac Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Sat, 29 Nov 2025 10:55:06 -0500 Subject: [PATCH] TWiN 327 --- blog/2025-11-28-twin0327.md | 77 +++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 blog/2025-11-28-twin0327.md diff --git a/blog/2025-11-28-twin0327.md b/blog/2025-11-28-twin0327.md new file mode 100644 index 00000000000..67252da0155 --- /dev/null +++ b/blog/2025-11-28-twin0327.md @@ -0,0 +1,77 @@ +--- +title: 'This week in Nushell #327' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-11-27' +--- + +# This Week in Nushell #327 + +Published Saturday, 2025-11-29, including PRs merged Friday, 2025-11-21 through Thursday, 2025-11-27. + +## Integrations + +- @hustcer: + - [used explicit key for Debian / Ubuntu repo (#74)](https://github.com/nushell/integrations/pull/74) + +## Documentation + +- @xav-ie: + + - [fixed carapace examples (#2082)](https://github.com/nushell/nushell.github.io/pull/2082) + - [updated vuepress plugins (fix CMD/Ctrl+K!) (#2078)](https://github.com/nushell/nushell.github.io/pull/2078) + +- @hongquan: + + - [used explicit key for Debian / Ubuntu repo (#2080)](https://github.com/nushell/nushell.github.io/pull/2080) + +- @hustcer: + + - [fixed missing sidebar config in /blog/\* build output (#2079)](https://github.com/nushell/nushell.github.io/pull/2079) + - [updated GitHub actions and node to 22 (#2076)](https://github.com/nushell/nushell.github.io/pull/2076) + - [fixed warning about vuepress plugins being used multiple times (#2075)](https://github.com/nushell/nushell.github.io/pull/2075) + - [upgraded vuepress and related plugins (#2074)](https://github.com/nushell/nushell.github.io/pull/2074) + +- @NotTheDr01ds: + - [published TWiN 326 (#2073)](https://github.com/nushell/nushell.github.io/pull/2073) + +## Nushell + +- @blackhat-hemsworth: + + - [adjusted polars/slice command to return lazy output on lazy input (#17067)](https://github.com/nushell/nushell/pull/17067) + +- @WindSoilder: + + - [added `--strict` flag to `first` and `last` commands to raise error on empty list (#17066)](https://github.com/nushell/nushell/pull/17066) + +- @Tyarel8: + + - [fixed `split column` to use 0-index like other commands (#17064)](https://github.com/nushell/nushell/pull/17064) + - [made `update` not error on optional cellpaths (#17055)](https://github.com/nushell/nushell/pull/17055) + +- @fdncred: + + - [made `first` and `last` return `nothing` on empty results (#17054)](https://github.com/nushell/nushell/pull/17054) + +- @blindFS: + + - [allowed overriding half of the span in custom/external completer (#17049)](https://github.com/nushell/nushell/pull/17049) + - [fixed flag values with spaces & wrong position arg for custom completion without placeholder (#17044)](https://github.com/nushell/nushell/pull/17044) + +- @sgvictorino: + + - [allowed streaming to commands with union-typed pipeline input (#17048)](https://github.com/nushell/nushell/pull/17048) + +- @KaiSforza: + + - [prevented `nu-table` from adding empty column when there's only 1 column (#17013)](https://github.com/nushell/nushell/pull/17013) + +- @ItsHarper: + - [added `--optional` flag to `std-rfc/iter only` (#16886)](https://github.com/nushell/nushell/pull/16886) + +## Nu_Scripts + +- @NotTheDr01ds: + - [removed direnv hook example (#1084)](https://github.com/nushell/nu_scripts/pull/1084)