# This week in Nushell #109
## Nushell
- luccasmmg added [Scraping multiple tables](https://github.com/nushell/nushell/pull/4036)
- Merith-TK [fixed [gitpod] force rebuild of dev container to use latest rust](https://github.com/nushell/nushell/pull/4033)
- elferherrera added the ability to [merge spans](https://github.com/nushell/nushell/pull/4031)
- kubouch fixed [Do not throw error for files not found in lib_dirs](https://github.com/nushell/nushell/pull/4029)
- andrasio improved [Flexibly updating table's cells.](https://github.com/nushell/nushell/pull/4027)
- tw4452852 added [support for completion when cursor is inside an argument](https://github.com/nushell/nushell/pull/4023)
- Pantonshire [fixed #3090: `let` binding in command leaks when error occurs](https://github.com/nushell/nushell/pull/4022)
## Documentation
- andrasio [removed Docker image instructions.](https://github.com/nushell/nushell.github.io/pull/197), and revised [Nu Book (EN/ES) Revision Introduction Chapter.](https://github.com/nushell/nushell.github.io/pull/195)
- elferherrera [changed to-series to to-df](https://github.com/nushell/nushell.github.io/pull/196)
- tw4452852 [added document for `g` command](https://github.com/nushell/nushell.github.io/pull/194)
## engine-q
- elferherrera created [Better print out for stream output](https://github.com/nushell/engine-q/pull/62), added [Externals with redirection](https://github.com/nushell/engine-q/pull/61), and [External with input](https://github.com/nushell/engine-q/pull/51), and [Externals proposal](https://github.com/nushell/engine-q/pull/50)
- zkat [bumped to miette 3.0 mainline](https://github.com/nushell/engine-q/pull/60), [fixed multifile miette crash](https://github.com/nushell/engine-q/pull/57), [used miette's new panic hook](https://github.com/nushell/engine-q/pull/55), [fixed issue with unexpected EOF rendering in miette](https://github.com/nushell/engine-q/pull/54), and [replaced codespan-reporting with miette 3.0](https://github.com/nushell/engine-q/pull/52)
- jntrnr added [multiline validation](https://github.com/nushell/engine-q/pull/59), updated errors to [show entry number in error](https://github.com/nushell/engine-q/pull/58), and [added some improvements to errors](https://github.com/nushell/engine-q/pull/53)