You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Congrats for your work, it's strange that your project isn't very known ! It works great and it makes what it should.
There is a little problem to my side. When I run the command, the puml file is dumped with many "\n" that breaks the plantuml parsing. I need to cleanup blanck lines to make it work as it does.
I tried with plantuml on my computer, and with a plantuml server I created.
And the second fix: removing the the whole "double chars" that makes line too long.
I mean that I changed "-->" to "->", and so on... http://goo.gl/KuQK1E
The text was updated successfully, but these errors were encountered:
Hi,
Congrats for your work, it's strange that your project isn't very known ! It works great and it makes what it should.
There is a little problem to my side. When I run the command, the puml file is dumped with many "\n" that breaks the plantuml parsing. I need to cleanup blanck lines to make it work as it does.
I tried with plantuml on my computer, and with a plantuml server I created.
You can check:
The direct output:
http://goo.gl/pFW8iJ
Fixed sources:
http://goo.gl/Odjyii
And the second fix: removing the the whole "double chars" that makes line too long.
I mean that I changed "-->" to "->", and so on...
http://goo.gl/KuQK1E
The text was updated successfully, but these errors were encountered: