I have a use case where I need to save the graph files (dot, png, svg, etc...) inside a specific folder.
I suggest using Application.get_env so the user can add the path through Mix.Config. Maybe place this inside the Writer.save function.
I thought inside each GenServer call, but I like how the name is handled there.
I can work on this if you have no problem, just let me know and I can get it in a couple of days.
Cheers and awesome library, you just made my life easier 👍
I have a use case where I need to save the graph files (dot, png, svg, etc...) inside a specific folder.
I suggest using
Application.get_envso the user can add the path throughMix.Config. Maybe place this inside theWriter.savefunction.I thought inside each
GenServercall, but I like how the name is handled there.I can work on this if you have no problem, just let me know and I can get it in a couple of days.
Cheers and awesome library, you just made my life easier 👍