Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generate tonic service definitions behind feature flag * Don't panic on task graph index out of bounds error * Add helper to deserialize TaskGraphValuesResponse * Add initial vegafusion-server application crate * Fix error condition where request is cancelled in progress * Initial support for gRPC connection from Python VegaFusionRuntime * Comment logging messages * catch_unwind in get_node_value just in case * Add vegafusion-server argument parsing * Replace websocket with gRPC-Web * Pass MsgReceiver as second argument to send_msg_fn * Add chart-editor app using gRPC-Web to connect to vegafusion server * chart editor example updates * Remove old websocket chart editor example * Remove optional dependencies from vegafusion-wasm * Remove hello world gRPC examples * Launch vegafusion-server in the background during vegafusion-server test * Add initial build-vegafusion-server CI build
- Loading branch information