Jeroen van Dijk

Results 64 comments of Jeroen van Dijk

Sorry it's mostly the require that takes a long time ``` clojure -Sdeps '{:deps {instaparse {:mvn/version "1.4.10"}}}' Clojure 1.10.0 user=> (time (require '[instaparse.core :as insta])) "Elapsed time: 1320.385786 msecs" ```...

Thanks @Engelberg for pointing me to the GraalVM and Instaparse work. I've just tested it and it seems not to be true anymore (https://github.com/alexei-matveev/instaparse-demo/issues/2). Maybe this is due to GraalVm...

We can use Graphviz through [Canviz](https://code.google.com/p/canviz/) a js library to render dot files in the browser. For example, when a workflow fails a dot file could be created and uploaded...

When using Canviz, we can also try to format the graph like the images in this README https://github.com/pahen/node-madge/

Add :serial-order? true as option to run in serial mode instead of parallel mode Add names to failing steps

Hmmm, this is a hard one. Is it possible for you to put the file that is requested in a gist? And out of curiosity, which service are you testing?...

Before I saw this pull request I monkey patched email-spec in my own application to use the full urls. So I would like to see this merged as well :)

I agree that the API might be a bit counterintuitive, maybe change it to `relative: true`? Btw, is there a good reason to use a relative path? The only reason...

I agree with backwards compatibility. Maybe still update the emails_steps with the option in place, because people are likely to use newer libraries when they generate them, right? And I...