i have the file "main.puml" in which there is a line : "!includesub /home/john/other.puml!something"
but if the "main.puml" located somewhere else than a path where the "dependencies files" are -> "/home/john" then , when rendering, things that should have "came" from included file "other.puml" are shown as "cannot decode" ( so i suppose, plantuml cannot access them).
If the "main.puml" is in the same directory, where the "dependencies" are, then everything is fine.
is this is a bug?