nushell/crates
JT 36079f1a3d
Port fetch (with fixes) (#660)
* Port fetch to engine-q

* Fix check for path as a string

* Add a timeout flag and fix some span issues

* Add a temporary fetch command that returns byte streams. Got rid of async stuff as we're using the blocking feature of tokio

* More tweaks for the bytestream

* Rewrite fetch using ByteStreams

* buffer read on bytes directly

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
2022-01-04 13:01:18 +11:00
..
nu_plugin_example Plugin json (#474) 2021-12-12 11:50:35 +00:00
nu_plugin_gstat Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
nu_plugin_inc Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
nu_plugin_python name change (#526) 2021-12-19 10:00:31 +00:00
nu-cli Highlight block and record (#653) 2022-01-03 16:21:26 +11:00
nu-color-config Highlight block and record (#653) 2022-01-03 16:21:26 +11:00
nu-command Port fetch (with fixes) (#660) 2022-01-04 13:01:18 +11:00
nu-engine Some error improvements (#659) 2022-01-04 10:14:33 +11:00
nu-json fix issue #559: to json -r serializes datetime without spaces (#596) 2021-12-27 21:51:38 +11:00
nu-parser Some error improvements (#659) 2022-01-04 10:14:33 +11:00
nu-path Add config file loading 2021-10-13 16:57:05 +13:00
nu-plugin Add support for 'open' (#573) 2021-12-25 06:24:55 +11:00
nu-pretty-hex Fix build breakage - bump ansi term (#651) 2022-01-03 09:36:32 +11:00
nu-protocol Port fetch (with fixes) (#660) 2022-01-04 13:01:18 +11:00
nu-table Fix build breakage - bump ansi term (#651) 2022-01-03 09:36:32 +11:00
nu-term-grid clean up some todo comments in grid 2021-10-14 08:03:20 -05:00