Valentin Kasas
Valentin Kasas
I won't have time to look at this before this weekend I'm afraid, but I promise I'll do.
can you please provide a full code example that was compiling with 2.1 and breaks with 2.2?
Can you please test again with `2.2.1`?
Well, that's unfortunate. A cleaner solution would be to have `StepOps` defined like : ``` scala trait StepOps[A, B] { def orFailWith(failureHandler: B => Result):Step[A] def ?|(failureHandler: B => Result):...
Agreed, I've assigned it to 2.0
Hi, coming there from [codetriage](https://www.codetriage.com). IMO, what's missing is a proper introduction on what a Zipper makes possible, attached as a scaladoc comment on the `Zipper` class. It would need...
@milessabin is this issue still active ? If so, can you specify what you mean by "split out"? Is the purpose of that issue to extract `HKernel`* from its current...
I think your comment would be more relevant to #32, see you there ;)
@sasiharan that's great news! FTR, the mentioned gist is [here](https://gist.github.com/vil1/7f28126db61ee9d6d0a9407da1b042fa) Please note that it might be easier to first work on #47 and then use that work to solve this...
Don't worry too much about #44 though, it might take a while to be solved. And if it ever has an impact on your work, I'll take care of it...