William Roe

Results 5 issues of William Roe

I am trying to run marginalia against my source tree but I'm getting incomprehensible error messages and I have no hint as to how to fix them. I tried Clojure...

The tests attempt to import code from clojure.contrib, which has gone away. This is the result of running `lein test`: Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/contrib/java_utils__init.class or...

This PR changes the way time values get serialised and deserialised to the internal format when passing them between stages. Previously the internal value didn't retain the dst value so...

bug

If you run overmind like so: ``` SOMETHING=123 overmind start ``` and `.env` contains: ``` SOMETHING=456 ``` then you will experience this: ``` SOMETHING=123 overmind run bash bash-3.2$ echo $SOMETHING...