Brian Folts

Results 10 comments of Brian Folts

If it is backwards compatible and supports the grammar file should work.

When I run this command the `Playground.svg` file is generated without error. Adding additional error handling makes sense but not sure it will address the error seen here. Do you...

This will require updating most of the templates. For languages like javascript that don't support interfaces the connection will be ignored.

This is attempting to hit `plantuml.com/plantuml/png/[hash]`. This must have started failing requests. https://github.com/bafolts/tplant/blob/master/src/index.ts#L138 Will need a different mechanism to generate these images.

I am guessing we ended up hitting a server running. https://www.npmjs.com/package/node-plantuml Most likely need to update this tool to use that package when generating the image.

Has been no fix to this. We still rely on the hosted file server. Will need an update to generate the images locally.

@lcy19 can you test #102 ? That will generate the images locally and no longer depend on the server. Anyone else in this thread can feel free to test the...

The way you tested is right. If you open tmp.png does it have image of an error?

@fuhrmanator this tool is proving popular. Problem is I don't use plantuml that often and I am not too familiar with it. Can you provide sample input, output, and how...

Makes sense to me. I may try to get PR ready for this but have limited time over next few weeks.