# This week in Nushell #89
## Nushell
- kubouch ported [random integer & decimal to engine-p + related refactoring](https://api.github.com/repos/nushell/nushell/issues/3393), [ported range to engine-p](https://api.github.com/repos/nushell/nushell/issues/3377)
- jonathandturner updated [clippy fixes for new Rust version](https://api.github.com/repos/nushell/nushell/issues/3392), improved some internals to [simplify down to one type of context](https://api.github.com/repos/nushell/nushell/issues/3379)
- Azgrom created a [juicy features cargo installer wrapper](https://api.github.com/repos/nushell/nushell/issues/3388)
- jgoday fixed [ #3385: Add ignore-case and duplicated options to uniq command ](https://api.github.com/repos/nushell/nushell/issues/3387)
- ammkrn fixed [dont unwrap rustyline helper in cli](https://api.github.com/repos/nushell/nushell/issues/3382)
- fdncred [added check for endian-ness, added a bytes and skip](https://api.github.com/repos/nushell/nushell/issues/3375), [added ability to change "#" color using header_color](https://api.github.com/repos/nushell/nushell/issues/3374), [added nu-pretty-hex, add into binary, update binaryview](https://api.github.com/repos/nushell/nushell/issues/3370)
- onthebridgetonowhere [added first prototype of functionality to parse numbers in parantheses](https://api.github.com/repos/nushell/nushell/issues/3209)
## Nu_Scripts
- fdncred added a [table grouping experiment, update twin to support single user per row](https://api.github.com/repos/nushell/nu_scripts/issues/48) and [added TWiN weeknum guess](https://api.github.com/repos/nushell/nu_scripts/issues/46)
- efx added [a one liner to parse aws s3 ls output](https://api.github.com/repos/nushell/nu_scripts/issues/47)