johneastman / boomerang

An interpreted programming language written in Python
https://jeastman.pythonanywhere.com/
MIT License
0 stars 0 forks source link

Graphviz not rendering view on Docker #89

Closed johneastman closed 7 months ago

johneastman commented 8 months ago

Branch: https://github.com/johneastman/boomerang/tree/dockerize

When I visualize the AST while the flask app is running on Docker, the endpoint will return a blank PDF. The data is being generated, but for some reason appears blank when rendered.

johneastman commented 7 months ago

Fixed in this PR: https://github.com/johneastman/boomerang/pull/90