Nathan Marz
Nathan Marz
Made that change and now the tests run fine. As for getting the tests running under bootstrap, a pull request with the requisite changes would be great (once all the...
I actually don't know what versions of ClojureScript are important to keep supporting. So far I've been trying to support as many versions of Clojure and ClojureScript as possible – ...
Thanks for the info. I think I'll release 0.11.0 targeting the versions it always has, and for 0.12.0 I'll upgrade to Clojure 1.7.0 and the lowest version of ClojureScript that...
Note that in order to achieve this the cljs `macroexpand-all` implementation will have to be changed to have the same functionality as `riddley.walk/macroexpand-all`. Specifically, `&env` needs to be correctly set...
We should have all topology files (conf etc.) managed by this system. This will make HA Nimbus much easier and remove the need for the storage abstraction and dependencies on...
OK. The throttling is really important, so I won't merge this in until that's in place. We can make the throttle amounts configurable via the storm.yaml.
This is a case where making it pluggable increases complexity. The Bittorrent based distribution greatly simplifies the construction of HA Nimbus (completely removes reliance on external systems), and it is...
Absolutely, you brought up a great point regarding auth.
Throttling will have to be part of this pull request, auth can be in a separate pull request.
Well we'd want to throttle the overall rate for the supervisor. I think that's what you mean by "peer". If the easiest way to do that is to restrict the...