Florian Sellmayr

Results 60 comments of Florian Sellmayr

There is the `init()`-method. I don't think it's documented but at least for us it seems to be working fine to reset the number of steps: ``` javascript // [...]...

Related PR about ignoring only specific detectors: #38 Also discusses if we need a more powerful configuration format to support features like what you describe

Hmm, if I understand you correctly, you are using lein-rings auto-reload, keeping the process running and reloading changed source-files on the fly. I actually never tried this but I can...

Could you provide the whole project? I'm interested in how LambdaCD is configured and initialized and how lein-ring is configured

Thanks, looks good, I hope I’ll have some time to play around with it over the weekend.

I now had some time today playing with this and I think I figured out what happens there: When you make a change, lein-ring reloads the source (`sb-pipeline.core` among them),...

Also added a reference to the example in the [wiki](https://github.com/flosell/lambdacd/wiki/Guide:-auto-reloading-with-lein-ring).

Interesting, I like it! Could you publish the full project somewhere as an example for others? Either as its own repository or as a PR in the existing example project?...

Thanks for the feedback! I updated the README in `lambdacd-auto-reload-example` to make the link to the `mount` example a bit more visible

So this is the only output you see? To debug this, could you have a look at the data that's coming from the API (`http://:/api/builds//`) and the data that's stored...