Matthew Pocock

Results 31 comments of Matthew Pocock

Hi @joprice -- I think we need to make the location of dot configurable. It varies from place to place, and isn't necessarily on the command-line. I've had java exec...

Or an akka-style config file? I think they are complementary options, actually. I like your Exec import trick for user-override of the binary location. If you could code this one...

Ah .. probably my fault for not publishing to bintray.

Hi ccarter-cs -- I shall see if I can make it so.

Hi. Wow! Goes to show what happens Shevington you are developing on a single machine. I am away until Wednesday but will work through those issues then. I need to...

I've started updating all my projects to publish through bintray. Hit a bit of a snag. Will report back once I have something constructive to say. In the mean time,...

Sorry for the delay @pierre-borckmans . I've been deep in build-hell. This project now builds from clean on travis, so it should buld from clean for you. Could you give...

Also, you should be able to grab the artefacts from my bintray at: http://dl.bintray.com/content/drdozer/maven

I call run on the jvm module of client server. That launches the http server on 9100. Then navigate to graphviz/editor and try it out. The interactive update is slightly...

I've pushed a new release that fixes a parser issue due to regex being handled differently in jvm and js. If you pull main, you can run it with: ```...