Erik Bakker

Results 5 comments of Erik Bakker

Once https://github.com/eloots/course-management-tools/issues/151 is done, this will be feasible.

Okay, so in general you would need to have Riak running on `localhost` port `8098`. I have that, but with the default Riak install that Homebrew gave me on Mac...

So for the `RiakSecondaryIndexesSpec`, you would need LevelDB backend. That should be documented as well, and maybe use specs2 Tags to tag the specs that need LevelDB so we can...

Thanks James :) I actually chose taking an Iteratee instead of returning an Enumerator because that's what Play's WS library does. I was already wondering why that is exactly. Maybe...

@agemooij Let me know if you'd like a PoC with the structure that @jroper suggested, returning an `Enumerator` :)