Lorenz Hübschle
Lorenz Hübschle
Check out #10
I'm not very good at all this bindonce stuff, but I do think it's quite unnecessary to give each option a bindonce scope of its own. It would probably be...
@michael-wynn @akarelas https://docs.angularjs.org/guide/expression#one-time-binding
In fact, I replaced bindonce with Angular one-time bindings in Glowing Bear yesterday: https://github.com/glowing-bear/glowing-bear/pull/418 It started with adding `::` to `ng-repeat` statements, but it soon emerged that we could drop...
I think the repo now lives at https://github.com/apache/hawq/tree/master/depends/libhdfs3, which makes it hard to download in isolation :/ Dirty hack to get only libhdfs3: `svn export https://github.com/apache/hawq/trunk/depends/libhdfs3` (yes that's `svn` as...
Does this answer your question? https://github.com/thrill/thrill/graphs/code-frequency :upside_down_face:
I'm not quite sure (@bingmann will know) but maybe `Collapse` is what you need? Alternatively, casting to `thrill::DIA` (instead of using `auto`) creates a `CollapseNode` as well, because the stack...
That's a question for @bingmann :)
The k-means test doesn't converge quickly enough and failed: https://travis-ci.org/thrill/thrill/jobs/230035099
Would be nicer if a LOp could implement `OnPreOpFile`. There's no real reason for this to be a DOp.