rovr
Results
2
issues of
rovr
Hi, Thanks for the cool lib! Is there a reason for 'leading: -3' option [here](https://github.com/Fullscreen/squid/blob/master/lib/squid/plotter.rb#L126)? It results in text overlap on overflow:
The following block slows down with the larger dict lists and becomes completely unusable when it contains millions of items: https://github.com/jonatasgrosman/huggingsound/blob/8178f8e5b332bdc2a6a2f36431a5f66f6cb10d05/huggingsound/utils.py#L72-L76 changing it to ``` keys = data[0].keys() transformed_data =...