From bdbe8bc95082cbead3c602a2b85b698f9967a8f4 Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Sun, 12 Apr 2026 02:22:13 +0200 Subject: [PATCH 1/4] fix notes about streaming block From 21f0117eb0080cd773526de697fa9f4b03db5ac5 Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Sun, 12 Apr 2026 02:22:25 +0200 Subject: [PATCH 2/4] remove some line numbers for ansi blocks --- blog/2026-04-11-nushell_v0_112_1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/2026-04-11-nushell_v0_112_1.md b/blog/2026-04-11-nushell_v0_112_1.md index 15ed6b095a8..9248038278b 100644 --- a/blog/2026-04-11-nushell_v0_112_1.md +++ b/blog/2026-04-11-nushell_v0_112_1.md @@ -279,7 +279,7 @@ Use `open --raw` to open without conversion or hide the command using `hide 'fro Add support for `list-of-records` serialization in `to nuon` command to return tables as a list of records instead of inline tables. -```ansi +```ansi :no-line-numbers > ls | to nuon --list-of-records [{name: ".cargo", type: dir, size: 0b, modified: 2026-04-11T14:28:01.485060+02:00}, {name: ".gitattributes", type: file, size: 113b, modified: 2026-04-11T14:28:01.485565900+02:00}, {name: ".githooks", type: dir, size: 0b, modified: 2026-04-11T14:28:01.486572700+02:00}, {name: ".github", type: dir, size: 0b, modified: 2026-04-11T14:28:01.490573100+02:00}, {name: ".gitignore", type: file, size: 834b, modified: 2026-04-11T14:28:01.497597200+02:00}, {name: "AGENTS.md", type: file, size: 2115b, modified: 2026-04-11T14:28:01.498597200+02:00}, {name: "CITATION.cff", type: file, size: 838b, modified: 2026-04-11T14:28:01.498597200+02:00}, {name: "CLAUDE.md", type: symlink, size: 0b, modified: 2026-04-11T14:28:01.499597100+02:00}, {name: "CODE_OF_CONDUCT.md", type: file, size: 3520b, modified: 2026-04-11T14:28:01.499597100+02:00}, {name: "CONTRIBUTING.md", type: file, size: 18714b, modified: 2026-04-11T14:28:01.500597200+02:00}, {name: "Cargo.lock", type: file, size: 257047b, modified: 2026-04-11T14:28:01.501597200+02:00}, {name: "Cargo.toml", type: file, size: 11950b, modified: 2026-04-11T14:28:01.502596700+02:00}, {name: "Cross.toml", type: file, size: 684b, modified: 2026-04-11T14:28:01.502596700+02:00}, {name: LICENSE, type: file, size: 1115b, modified: 2026-04-11T14:28:01.502596700+02:00}, {name: "README.md", type: file, size: 12742b, modified: 2026-04-11T14:28:01.504102900+02:00}, {name: "SECURITY.md", type: file, size: 2710b, modified: 2026-04-11T14:28:01.504102900+02:00}, {name: assets, type: dir, size: 0b, modified: 2026-04-11T14:28:01.512623900+02:00}, {name: ast-grep, type: dir, size: 0b, modified: 2026-04-11T14:28:01.522645800+02:00}, {name: benches, type: dir, size: 0b, modified: 2026-04-11T14:28:01.524151300+02:00}, {name: "clippy.toml", type: file, size: 170b, modified: 2026-04-11T14:28:01.525159300+02:00}, {name: crates, type: dir, size: 0b, modified: 2026-04-11T14:28:02.451098600+02:00}, {name: devdocs, type: dir, size: 0b, modified: 2026-04-11T14:28:02.457631100+02:00}, {name: docker, type: dir, size: 0b, modified: 2026-04-11T14:28:02.458631500+02:00}, {name: "rust-toolchain.toml", type: file, size: 956b, modified: 2026-04-11T14:28:02.459632800+02:00}, {name: "rustfmt.toml", type: file, size: 18b, modified: 2026-04-11T14:28:02.459632800+02:00}, {name: scripts, type: dir, size: 0b, modified: 2026-04-11T14:28:02.466730800+02:00}, {name: "sgconfig.yml", type: file, size: 218b, modified: 2026-04-11T14:28:02.466730800+02:00}, {name: src, type: dir, size: 0b, modified: 2026-04-11T14:28:02.472540600+02:00}, {name: target, type: dir, size: 0b, modified: 2026-04-11T14:30:48.430795700+02:00}, {name: tests, type: dir, size: 0b, modified: 2026-04-11T14:28:02.629683500+02:00}, {name: toolkit, type: dir, size: 0b, modified: 2026-04-11T14:28:02.641237300+02:00}, {name: "toolkit.nu", type: file, size: 61b, modified: 2026-04-11T14:28:02.635231400+02:00}, {name: "typos.toml", type: file, size: 732b, modified: 2026-04-11T14:28:02.642236500+02:00}, {name: wix, type: dir, size: 0b, modified: 2026-04-11T14:28:02.645247500+02:00}] ``` @@ -351,7 +351,7 @@ def good [str: string] { Introduces `polars selector ends-with` allowing columns to be selected by a suffix: -```ansi +```ansi :no-line-numbers > { "foo": ["x", "y"], "bar": [123, 456], @@ -489,7 +489,7 @@ Error: nu::shell::incorrect_value When it is, it should just work: -```ansi +```ansi :no-line-numbers > "3:34:0" | into duration 3hr 34min ``` @@ -523,7 +523,7 @@ Error: nu::shell::incorrect_value Parsing `h:m:s`: -```ansi +```ansi :no-line-numbers > "16:59:58" | into duration 16hr 59min 58sec > "316:59:58" | into duration From 2d4c361a6d61ea26502bded0f63281ca30074515 Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Sun, 12 Apr 2026 02:23:58 +0200 Subject: [PATCH 3/4] try to fix notes block again From 3866eb030f0b19838ee6bce4a0dd9932da88f042 Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Sun, 12 Apr 2026 02:24:55 +0200 Subject: [PATCH 4/4] maybe now the formatting is right? --- blog/2026-04-11-nushell_v0_112_1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/2026-04-11-nushell_v0_112_1.md b/blog/2026-04-11-nushell_v0_112_1.md index 9248038278b..6165d9e8546 100644 --- a/blog/2026-04-11-nushell_v0_112_1.md +++ b/blog/2026-04-11-nushell_v0_112_1.md @@ -1204,7 +1204,8 @@ Finally won't run before try finished. - `try` does not stream if `catch` or `finally` exists. - `catch` does not stream if `finally` exists. - ::: + +::: #### let ignores pipefail checking