Pepijn Van Eeckhoudt
Pepijn Van Eeckhoudt
I started a feedback request from a feature branch. I made couple of extra commits, then merged in the integration branch and then made some additional commits. I'm now trying...
`pixlet render` allows zero or more key/value pairs to be passed on the command line which end up in the configuration dictionary that's passed to the script. `pixlet serve` does...
I'm working on a little app to pull some activity data from Strava and render it to Tidbyt (see https://github.com/pepijnve/tidbyt/blob/master/strava.star). Strava requires OAuth authentication these days (the older perpetual API...
Running `mmdc` with an input file that contains syntax errors will result in the process hanging indefinitely. ``` mmdc -o test.svg -i test.mmd (node:18311) UnhandledPromiseRejectionWarning: Error: Evaluation failed: Error: Parse...
Add a means to add a rendered version of a single view of a Structurizr workspace. This can be implemented by using structurizr-cli to generate PlantUML-C4 and then pass that...
Currently plantuml and ditaa are packaged inside the gem, but shaape, blockdiag, etc are not. I think we should consider taking plantuml and ditaa out of the gem and treat...
The test suite is getting larger (a good thing), but as a consequence the test runs are taking a significant amount of time to run to completion (not such a...
Use https://github.com/asciidoctor/asciidoctor-diagram/issues/167#issuecomment-332746557 as a starting point
Initially reported as https://github.com/pepijnve/asciidoctor-diagram-java/issues/1 by @0000-bigtree. i use asciidoctor-diagram (1.3.0.preview.4) CRuby(2.2.2p95 (2015-04-13 revision 50295) [i386-mingw32]) with below ditaa code in a adoc(UTF-8) ``` ruby -Ku -S asciidoctor -r asciidoctor-diagram xxx.adoc...
Make sure that failure to launch the Java subprocess in java_socket.rb are detected and reported correctly. There are two main failure scenarios to handle: 1. The JVM process fail to...