Bruce Weirdan

Results 291 comments of Bruce Weirdan

The SSL lib shouldn't really affect the terminal output, should it?

Accessing one of the results makes nu to generate that stored error (make sure to scroll the code snippet below): ```nushell > scope commands | where name == "error make"...

> Well I'd argue it's sort of expected, when you use `header_on_separator`. Ideally it would be part of the theme, not its own setting.

@maxim-uvarov probably not, `to text` just explicitly adds a new line after every item: https://github.com/nushell/nushell/blob/e911ff4d67e5342f325d825745f6f5c01504d6e6/crates/nu-command/src/formats/to/text.rs#L56 while `str join` adds separators _between_ items.

> but why to text doesn't do that with simple list without `each {}` Sounds like a (separate) bug to me.

> should they both be with a line ending or without a line ending? If you're talking about the `to text` stream / list discrepancy, then I'd vote for having...

@fdncred you don't have any global vars here, which is implied in the issue. Try `ls $folder` where `$folder` is known in the REPL (by previously setting it to something).

> do you have an idea why the TaintGraph has so big changed between v4 and v5? I don't think there were that many changes between v4 and v5, apart...