procyon-rs / vega_lite_4.rs

rust api for vega-lite v4
Apache License 2.0
26 stars 7 forks source link

Stack overflow when trying to run an example #9

Closed bitemyapp closed 3 years ago

bitemyapp commented 3 years ago

image

My colleague was trying to use this library to generate JSON for a visualization but couldn't really get things to work. I am grateful this library exists, but is it being maintained? Either way, thank you for publishing this package!

davidB commented 3 years ago

I agree very low activity, but non-dead yet ;-) we'll take a look to the issue. Thanks for reporting.

ThomAub commented 3 years ago

Hello, It seems there is some issue with serde and how we use it at the moment. You can still use the builder pattern and look at the example from_ndarray.rs. Feel free to reach out in this thread :)

davidB commented 3 years ago

version 0.5.0 is released without "stack oveflow" on this example, I and I hope in other case also.

reopen if you have any issue