From 9db27994e0e89a8c56b5312c04af31762fe59d6f Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:51:55 -0500 Subject: [PATCH 1/2] TWiN 331 --- blog/2025-12-26-twin0331.md | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 blog/2025-12-26-twin0331.md diff --git a/blog/2025-12-26-twin0331.md b/blog/2025-12-26-twin0331.md new file mode 100644 index 00000000000..29cfddf61e0 --- /dev/null +++ b/blog/2025-12-26-twin0331.md @@ -0,0 +1,48 @@ +--- +title: 'This week in Nushell #331' +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-12-25' +--- + +# This Week in Nushell #331 + +Published Friday, 2025-12-26, including PRs merged Friday, 2025-12-19 through Thursday, 2025-12-25. + +## Nushell + +- @fdncred: + + - [Increased help menu description rows from 10 to 15 (#17223)](https://github.com/nushell/nushell/pull/17223) + - [Used graphemes instead of byte indexes in `explore regegx` (#17219)](https://github.com/nushell/nushell/pull/17219) + +- @Jan9103: + + - [Made bytes length available at const-time (#17204)](https://github.com/nushell/nushell/pull/17204) + +- @Tyarel8: + + - [Added `--output` flag to `timeit` (#17202)](https://github.com/nushell/nushell/pull/17202) + +- @andrewgazelka: + + - [Added par-each preference to mcp instructions (#17171)](https://github.com/nushell/nushell/pull/17171) + +- @ayax79: + + - [Added Google Cloud support to Polars (#17135)](https://github.com/nushell/nushell/pull/17135) + +- @app/dependabot: + - [Bumped mach2 from 0.4.3 to 0.6.0 (#17227)](https://github.com/nushell/nushell/pull/17227) + - [Bumped toml from 0.8.19 to 0.9.10+spec-1.1.0 (#17225)](https://github.com/nushell/nushell/pull/17225) + - [Bumped rmcp from 0.8.1 to 0.8.5 (#17224)](https://github.com/nushell/nushell/pull/17224) + +## Documentation + +- @Paul-16098: + + - [Clarified user defined menu layout in zh-cn docs (#2097)](https://github.com/nushell/nushell.github.io/pull/2097) + +- @NotTheDr01ds: + - [Published TWiN 330 (#2095)](https://github.com/nushell/nushell.github.io/pull/2095) From 3de111c47488f6c6d1615db58bf1fc7e03947c34 Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Fri, 26 Dec 2025 14:03:20 -0500 Subject: [PATCH 2/2] Added highlights --- blog/2025-12-26-twin0331.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/2025-12-26-twin0331.md b/blog/2025-12-26-twin0331.md index 29cfddf61e0..90f7bd9820e 100644 --- a/blog/2025-12-26-twin0331.md +++ b/blog/2025-12-26-twin0331.md @@ -10,6 +10,11 @@ excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-12-25' Published Friday, 2025-12-26, including PRs merged Friday, 2025-12-19 through Thursday, 2025-12-25. +## Highlights + +- Polars hits the trifecta with AWS, Azure, and now, thanks to @ayax79 - Google Cloud Platform! +- You can now both time a command and return its output using `timeit --output` thanks to @Tyarel8! + ## Nushell - @fdncred: