Home Explore Blog CI



nushell

1st chunk of `blog/2022-03-25-twin0135.md`
b83183081f4790d515477a90eacd5074d2006312856c656b0000000100000c55
# This week in Nushell #135

## Nushell

- jt [fixed path join on streams](https://github.com/nushell/nushell/pull/4959), and [fixed 4946](https://github.com/nushell/nushell/pull/4951), and [Fix operator precedence parser](https://github.com/nushell/nushell/pull/4947), and [Don't assume external `ls`](https://github.com/nushell/nushell/pull/4925), and [Add licenses](https://github.com/nushell/nushell/pull/4893), and [Bump to 0.60](https://github.com/nushell/nushell/pull/4892), and [Externals shouldn't expand aliases](https://github.com/nushell/nushell/pull/4889), and [Allow 'error make' to make simple errors](https://github.com/nushell/nushell/pull/4881)
- stormasm [bumped cargo crate sys-locale to the latest version](https://github.com/nushell/nushell/pull/4957), and [align all of the serde_json crates to the same version](https://github.com/nushell/nushell/pull/4949), and [bump csv crate to the latest version 1.1.6](https://github.com/nushell/nushell/pull/4939)
- hustcer [fixed #4942, and add a table sorting example for `sort-by` command](https://github.com/nushell/nushell/pull/4948), and [chore: Update default register examples](https://github.com/nushell/nushell/pull/4904)
- bowlofeggs [set the minimum Rust version to 1.59](https://github.com/nushell/nushell/pull/4940)
- uasi [fixed parse_string_strict() to detect unbalanced quotes properly](https://github.com/nushell/nushell/pull/4928)
- jmoore34 created [CantConvert improvements](https://github.com/nushell/nushell/pull/4926)
- fdncred [updated link](https://github.com/nushell/nushell/pull/4915), and [rename export def to export alias](https://github.com/nushell/nushell/pull/4912), and [add ability to execute on demand](https://github.com/nushell/nushell/pull/4896), and [update comments, add other targets](https://github.com/nushell/nushell/pull/4891), and [created an alternate way to determine line count](https://github.com/nushell/nushell/pull/4887), and [update `size` command to be more accurate](https://github.com/nushell/nushell/pull/4885)
- vishalsodani [added missing metadata for drop and uniq #4763](https://github.com/nushell/nushell/pull/4908)
- LebsterFace [passed `/D` flag to `cmd.exe` to disable AutoRun](https://github.com/nushell/nushell/pull/4903)
- unional [fixed typo in default config](https://github.com/nushell/nushell/pull/4882)

## Extension

- fdncred created [update keywords and indentation rules](https://github.com/nushell/vscode-nushell-lang/pull/51)
- jt [added a few more keywords](https://github.com/nushell/vscode-nushell-lang/pull/50)

## Documentation

- hustcer created [Update examples for sort-by, fix some examples](https://github.com/nushell/nushell.github.io/pull/340), and [Fix broken table rendering for epub book, close #199](https://github.com/nushell/nushell.github.io/pull/336), and [Update oh-my-posh setup guide for mac users](https://github.com/nushell/nushell.github.io/pull/334), and [Update plugin register examples and regenerate docs for all commands](https://github.com/nushell/nushell.github.io/pull/331), and [Update make_docs.nu, add directory check](https://github.com/nushell/nushell.github.io/pull/318)

Title: Nushell Updates - Week #135
Summary
This is a summary of the changes and updates to Nushell and its related projects for week #135. Key updates include bug fixes, dependency updates, documentation improvements, and enhancements to the Nushell language server extension.