vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
89 stars 9 forks source link

Use current thread tokio runtime to fix deno crash #82

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

Closes #78 by switching to the current thread tokio runtime rather than the multi-threaded runtime.

See https://github.com/denoland/deno/issues/19670#issuecomment-1624424781.

Also adds a previously crashing test case