nushell/crates
Arash Outadi e31e8d1550
Convert open/fetch to stream (#2028)
* Types lined up for open with stream

* Chunking stream

* Maybe I didn't need most of the Stream stuff after all?

* Some clean-up

* Merge weird cargo.lock

* Start moving some encoding logic to MaybeTextCodec

Will we lose the nice table formatting if we Stream? How do we get it back? Collect the Stream at the end?

* Clean-up and small refinements

* Put in auto-convert workaround

* Workaround to make sure bat functionality works

* Handle some easy error cases

* All tests pass

* Remove guessing logic

* Address clippy comments

* Pull latest master and fix MaybeTextCodec usage

* Add tag to enable autoview
2020-07-04 07:53:20 +12:00
..
nu_plugin_binaryview Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_fetch Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_inc Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_match Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_post Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_ps Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_start Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_sys Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_textview Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu_plugin_tree Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-build Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-cli Convert open/fetch to stream (#2028) 2020-07-04 07:53:20 +12:00
nu-errors Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-parser Remove custom escaping for external args. (#2095) 2020-07-03 11:29:28 +12:00
nu-plugin Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-protocol Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-source Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-table Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-test-support Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00
nu-value-ext Bump to 0.16.0 (#2084) 2020-07-01 06:25:09 +12:00