jeromew

Results 74 comments of jeromew

ok I see. As I said, I use `highland` as a stamp machine (a bit like a production line). Each transform has an operation that must be done with the...

yes `flatMap` probably makes it more composable (all operations between 2 checkpoints can be 'hidden' in a function called by `flatMap`).

There are 2 approaching features to what you are discussing. --- `UPDATE table SET ... WHERE CURRENT OF cursor;` is a construct of postgres stored procecures pl/sql. It allows for...

@vqvu thanks for creating the branch. I haven't had time to zoom into it before the holiday season. That could be on the new year's resolutions ;-) happy holidays !

@LewisJEllis I am not sure @vqvu has had time to look into this over the holiday season. I think that the changes needed to flatten the stack are still up...

I modified the PR for merge on https://github.com/caolan/highland/pull/133 ; if @vqvu and @LewisJEllis you have time to review it we could remove the merge refactoring from 3.0.0

@LewisJEllis would it make sense to backport ESLint from 3.0.0 to 2.x ? I understand that caolan was ok for the change and don't see a reason to wait for...

ok thanks. We'll have to agree with @vqvu and the 'rebase or not rebase'. I'm all for removing - eslint - merge - other simple things from the 3.0.0 potential...

Oops sorry my mistake. I thought I was closing the issue regarding ESLint.

@vqvu maybe we could : - backport to 2.x what can be backported - make a new 2.x release - merge or rebase or re-create the branch It is always...