Pepijn Van Eeckhoudt

Results 208 comments of Pepijn Van Eeckhoudt

Of course. I'll dig up those logs for you tomorrow.

@planteater here you go. The plugin seems to be stuck in a loop, querying the diff for the same commit over and over again. [idea.log.zip](https://github.com/TeamCodeStream/codestream/files/5970602/idea.log.zip) I can provide you with...

Ok, that serves a slightly different purpose than what I had in mind. I was hoping to be able to start the server once with config values injected via the...

This was solved by https://github.com/mermaid-js/mermaid-cli/pull/19 in more recent versions of the mermaid CLI.

I'm sorry to hear you're having so many issues getting started. On macOS, the code looks for a Java runtime in the following order: 1. ${JAVA_HOME}/bin/java 2. $(/usr/libexec/java_home)/bin/java 3. ${PATH}/java...

This is controlled by the `svg-type` attribute (or `diagram-svg-type` at the document level). If not specified you'll get whatever default value Asciidoctor decides to apply. Note that the base64 encoding...

That's something Asciidoctor core does, not the diagram extension. The extension generates a file on disk and passes the path to that file on to Asciidoctor core.

BTW you should be able to get the behaviour you want by adding `:diagram-svg-type: inline` to the attribute section of your file.

> I know but it is something I'd like to not be (ie when embedded the image is not even dumped physically) That's simply not possible today I'm afraid and...

It's definitely feasible, but not something I'm planning on working on anytime soon. PRs are welcome of course.