Colin Woodbury

Results 600 comments of Colin Woodbury

I will update this once I release `parcom/xml`.

Ping @vindarel I've moved all the data format related sections into one new parent section called `Data Formats`, and in doing so added a TOML section as well.

I left Markdown where it was because I didn't consider it a "data format" per se.

Thanks for reading through all of that. > can the JVM consuming the fatjar have a local filesystem to write to? I don't see why not. Would said "minimal ABCL...

Hi. Here "reloading" a function in Lisp/Clojure is just a matter of recompiling the function itself. With Cider it's enough to `cider-eval-defun-at-point` over a function definition. Across the Python/Clojure barrier...

``` #!/bin/sh exec /usr/lib/qlot/scripts/run.sh "$@" ``` which leads to https://github.com/fukamachi/qlot/blob/master/scripts/run.sh Thanks, I will try the other configuration option. Or I'll hand-configure that `:directory` field if I notice it's the wrong...

If I add ```lisp (push ".qlot" asdf::*default-source-registry-exclusions*) (asdf:initialize-source-registry) ``` to my SBCL config and run `sbcl`, I'm told: ``` Package ASDF does not exist. ``` and a condition is raised.

I will see what this does to the size of the binary.

I'm glad I found this issue, I had been wondering about transitive dependencies. This clarifies it well, thank you.

Thanks I will look into this. I've seen similar issues involving the changelog lately.