pykello / racket-graphviz

Library to enable using graphviz in Racket programs
BSD 3-Clause "New" or "Revised" License
25 stars 3 forks source link

Handle large process outputs. #7

Closed pykello closed 4 years ago

pykello commented 4 years ago

Previously, if the process output was >60k, run-dot never finished. This fixes that.

Fixes #6