Wei Hsu

Results 15 comments of Wei Hsu

I use Paredit myself. In the relatively rare case when I save an unbalanced file, this bug is somewhat annoying, especially if I don't notice that cljs-build has crashed.

Thanks for making this library! I've found it useful just reading through your code.

@dspiteself could you share the changes you made to lein-ring and ring-server to support http-kit? the commit you posted yields a 404 for me.

Here's an example: ``` (ns liberatortest.core (:use [liberator.core :only [defresource]] [ring.mock.request :only [request header]] [liberator.dev])) (defresource hello-world :available-media-types ["application/json"] :malformed? [true {:status :testing}] :handle-ok "ok") ``` liberator 0.12.2 would put...

+1 on this, I'd like to be able to run an experiment once and distribute the results for analysis.

Thanks for the quick response and good catch.

Oh, apparently you can't build reports from individual test results, only bench results. That said, is there a way to generate valid XML from fl-run-test, since I'm writing a custom...

Thanks Ben. Do you have an estimate on when this will be fixed? Or, if you point me to the approximate place I can fix it for us.

One option is to define each etcd node as a separate service similar to how the dbs are defined, like here: https://github.com/ihcsim/stolon-swarm/blob/master/docker-compose.yml#L49. Though ideally the etcd cluster could be defined...

@gdubya Looks like you took down your fork, would you mind republishing it somewhere or sharing your solution? Thanks!