Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions blog/2025-11-28-twin0327.md
Original file line number Diff line number Diff line change
@@ -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)